当前位置:数据库 > SQLite >>

svn error:Subversion requires SQLite解决

svn error:Subversion requires SQLite解决
 
在安装 subversion时候
#tar xvjf subversion-1.6.3.tar
# ./configure --prefix=/data1/subversion --with-apxs=/data1/apache2/bin/apxs  --with-apr-util=/data1/apache2/bin/apu-1-config --with-apr=/data1/apache2/bin/apr-1-config  
在以上编译过程中可能会出现 configure: error: Subversion requires SQLite
 
 
可以http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz 可以下载到最新的Sqlite版本sqlite-amalgamation-3.6.13.tar.gz安装Sqlite3.6.13 tar zxvf sqlite-amalgamation-3.6.13.tar.gz 进入文件夹sqlite-amalgamation找到sqlite3.c将其复制到 
subversion-1.6.2/sqlite-amalgamation/sqlite3.c  
 
 
然后继续执行subversion 的make 和make install操作。
Oracle
MySQL
Access
SQLServer
DB2
Excel
SQLite
SYBASE
Postgres
如果你遇到数据库难题:
请访问www.zzzyk.com 试试
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,