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
subversion-1.6.2/sqlite-amalgamation/sqlite3.c
然后继续执行subversion 的make 和make install操作。