每次安装都少不了查来查去的麻烦
apr-1.5.1
apr-util-1.5.3
以上个安装好
sqlite-amalgamation-3.6.13.tar.gz 解压到subversion-xx.xx.xx/sqlite-amalgamation目录下
然后./configure --with-apr={apr-path} --with-apr-util={apr-util-path} --prefix
make && make install
原文地址:http://www.cnblogs.com/-Rik/p/3730159.html