SQLite installation and SQLite header and source version mismatch error resolution (in Debian)

Source: Internet
Author: User
Tags sqlite



Small Project



Requires Sqlite3 database support



Download website



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






Unzip, go to directory execution


./configure
make
make install





Error after running






Haha trouble let people grow



Keyword search to http://blog.csdn.net/gebitan505/article/details/19982077.






Found no/usr/lib/i386-linux-gnu/directory under Debian



Use


Find/-name libsqlite3.so. 0.8. 6


Found under the/usr/lib/x86_64-linux-gnu/directory



This is good, the original file backup


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


New file moved to directory


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


Re-run






Ok



Bye



SQLite installation and SQLite header and source version mismatch error resolution (in Debian)


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.