./indexer: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: no such file or directory
發現sphinx indexer依賴庫ibmysqlclient.so.18找不到,通過編輯此檔案來修復這個錯誤 /etc/ld.so.conf
vi /etc/ld.so.conf
將下面這句加到檔案到尾部,並儲存檔案
/usr/local/mysql/lib
然後執行下面這個命令即可
ldconfig
ios crash問題記錄
1.誤將nsmutablearray型別的變數初始化為nsarray,結果對nsmutablearray型別變數進行操作時,crash h檔案如下 inte ce movemecontroller secondlevelviewcontroller property nonatomic,retain...
??? nginx lua問題記錄
問題1 當用http localhost test 訪問時,結果為何迥異?eg1 location test 結果為空,說明執行的是httpechomodule的echo指令,沒有執行httpluamodule的content by lua指令 eg2 location test輸出123 說明執行...
Linux問題記錄
linux下常用ftp命令 1.連線ftp伺服器 libqwt.so.6.1.2鏈結不能直接複製,利用ln libqwt.so.6.1.2 libqwt.so.6 以執行上一章節中的 helloqt4 程式為例,假設它放在 root 目錄,則你可以編輯 etc rc.local 檔案,先刪除以下這兩...