thrift安裝過程報錯處理

2021-07-31 12:13:50 字數 899 閱讀 2041

1、make過程中總是: src/generate/thrift-t_c_glib_generator.o: file not recognized: file truncated

/var/log/message檢視了核心日誌:發現 localhost kernel: out of memory

懷疑是記憶體不足導致,看了下虛擬機器記憶體分配只有1g,增加到2g後,make,一切ok。

2、   ./src/thrift/server/tnonblockingserver.h:41:33: error: event2/event_compat.h: no such file or directory

./src/thrift/server/tnonblockingserver.h:42:33: error: event2/event_struct.h: no such file or directory

---系統沒有裝libevent網路庫導致的,安裝後,就ok.

--發現是系統中存在兩個版本的libevent導致的,二編譯thrift時連線到了舊版本的libevent

如下:/usr/lib64/libevent.so -> libevent-1.4.so.2.1.3

/usr/lib64/libevent.so -> libevent-1.4.so.2.1.3

建立新版本的軟連線即可。

ZF報錯處理

fatal error uncaught exception zend controller response exception with message cannot send headers headers already sent inind xampp php pear z end con...

oracle報錯處理

這裡的序號 1.2.3.不是步驟,而是每個單獨問題。1.不登入鏈結資料庫 sqlplus nolog 2.oracle檢視並修改最大連線數 alter system set processes 1000 scope spfile alter system set session 1105 scope...

python 報錯處理

寫了個helloword程式,執行出錯了 file f python helloword helloword.py line 2 syntaxerror non ascii character xe5 in file f python helloword helloword.py on line 3...