SQLite header and source version mismatch 解决方案

我下载了sqlite源码,并且configure, make, make install.

然后就出现SQLite header and source version mismatch  的错误。

上网好多种建议,我的方法是:将/usr/local/lib中的所有的libsqlite*拷贝到/usr/lib/i386-linux-gnu/。64位系统的话,拷贝到/usr/lib/x86_64-linux-gnu/。

时间: 2024-08-14 00:37:07

SQLite header and source version mismatch 解决方案的相关文章

SQLite安装 以及 SQLite header and source version mismatch错误解决 (In debian)

小项目 需要sqlite3数据库支持 官网下载 http://www.sqlite.org/download.html 解压,进入目录执行 ./configure make make install 运行后出错 哈哈麻烦让人成长 关键词搜索到了 http://blog.csdn.net/gebitan505/article/details/19982077 发现debian下没有/usr/lib/i386-linux-gnu/ 目录 使用 find / -name libsqlite3.so.0

使用Cygwin在Windows下帮助编译众多C/C++库(附make: command not found,以及libtool.m4 and ltmain.sh have a version mismatch问题的解决方案)

之前为了使用一个库,都是去下载源码,然后根据开发者提供的README手动用GCC编译,一直不能使用Makefile感觉很蛋痛,比如最近使用的ZThread 还是怪自己以前过于依赖IDE 最近发现用Cygwin就可以使用诸如./configure, make这样的命令,感觉灰常欣喜,尝试去编译ZThread库(因为我发现虽然之前我用GCC手动编译了ZThread但是在使用的过程中,ZThread总是往控制台上打印诸多的DEBUG信息,想必是编译选项的问题,我又不知道到哪个头文件中去找#define

Vue packages version mismatch: 版本始终不对的解决方案

error  in ./src/pages/home.vue Module build failed: Error: Vue packages version mismatch: - [email protected] - vue-template-compiler@2.5.13 This may cause things to work incorrectly. Make sure to use the same version for both. If you are using [emai

php-mysql问题:mysqli_connect(): Headers and client library minor version mismatch. Headers:50556 Library:50637

问题现象 mysqli_connect(): Headers and client library minor version mismatch. Headers:50556 Library:50637 确认安装信息 发现问题所在 php -i | grep Client Client API version => 5.6.37 Client API library version => 5.6.37 Client API header version => 5.5.56-MariaDB

libtool: Version mismatch error 解决

在编译一个软件的时候,在 ./configure 和 make  之后可能会出现如下错误: [plain] view plaincopyprint? libtool: Version mismatch error.  This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, but the libtool: definition of this LT_INIT comes from libtool 2.4. libtool: You should recreate

android SQLite 批量插入数据慢的解决方案 (正对于不同的android api 版本)

SQLite,是一款轻型的数据库,被广泛的运用到很多嵌入式的产品中,因为占用的资源非常少,二其中的操作方式几乎和我们接触的数据库不多,甚至只有几百K的他自然会被需求者青睐,下面讲一下在这样的轻型数据库中怎么对他进行一些读写操作. 之前做选择联系人的时候出现如果一个手机里联系人超过2000的话,往数据库里面插入会非常耗时,不同的手机存储的条数不同,这个存储的数量和手机的内存有很大的关系,往往取决于手机内存,下面对于数据量大的情况来写一下sqlite的批量查询. SqLite 掺入数据有几种 第一种

There is a version mismatch between the spring client and the server

$ RAILS_ENV=production bundle exec rails c There is a version mismatch between the spring client and the server. You should restart the server and make sure to use the same version. CLIENT: 1.3.6, SERVER: 1.3.5 $ spring status Spring is running: 1728

解决Warning: mysql_connect(): Headers and client library minor version mismatch. 警告

php -i|grep Client 查询当前Client 版本,结果如下: Client API version => 5.6.31Client API library version => 5.6.31Client API header version => 5.5.47-MariaDBClient API version => 5.6.31 1 yum remove php-mysql 2 yum install php-mysqlnd 原文地址:https://www.cn

MyElipes遇到 source not found解决方案

在用Myeclipse 或者是eclipse进行开发时候经常遇到这个问题. File class editor  source not found问题.原因很简单,就是因为这是一个源码包,相应的没有编辑器能够打开它. 工具/原料 myeclipse.eclipse 方法/步骤1 1 首先,需要下载两个必须的插件包. 一个是:准备反编译需要的jad.exe 下载地址:http://varaneckas.com/jad/ 二个是:反编译编辑器net.sf.jadclipse_3.3.0.jar 下载