SQLite安裝 以及 SQLite header and source version mismatch錯誤解決 (In debian)

來源:互聯網
上載者:User

標籤:style   blog   http   ar   io   color   使用   sp   strong   

小項目

需要sqlite3資料庫支援

官網下載

http://www.sqlite.org/download.html

解壓,進入目錄執行

./configuremakemake install

 

運行後出錯

哈哈麻煩讓人成長

關鍵詞搜尋到了 http://blog.csdn.net/gebitan505/article/details/19982077

 

發現debian下沒有/usr/lib/i386-linux-gnu/ 目錄

使用

find / -name libsqlite3.so.0.8.6

發現在/usr/lib/x86_64-linux-gnu/ 目錄下

這下就好辦了,原檔案備份

mv /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6_bakmv /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0_bak

 新檔案移動到目錄

cd /usr/local/libcp libsqlite3.so.0.8.6 /usr/lib/x86_64-linux-gnu/cp libsqlite3.so.0 /usr/lib/x86_64-linux-gnu/

 重新運行

 

ok

bye

SQLite安裝 以及 SQLite header and source version mismatch錯誤解決 (In debian)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.