configure: error: Subversion requires SQLite,Linux安装Subversion的各类问题
httpd下载地址:http://httpd.apache.org/download.cgisubversion下载地址:http://subversion.tigris.org/我下载的是subversion-1.6.3.tar.bz2+httpd-2.2.11.tar.gz1.先安装httpd-2.2.11.tar.gzwds@:# tar xvjf httpd-2.2.11.
·
httpd下载地址:http://httpd.apache.org/download.cgi
subversion下载地址:http://subversion.tigris.org/
我下载的是subversion-1.6.3.tar.bz2+httpd-2.2.11.tar.gz
1.先安装httpd-2.2.11.tar.gz
wds@:# tar xvjf httpd-2.2.11.tar.gz
wds@:# cd httpd-2.2.11
wds@:# ./configure --prefix=/data1/apache2 --enable-so --enable-maintainer-mode --enable-dav :# make && make install
wds@:#
2.安装 subversion
wds@:# tar xvjf subversion-1.6.3.tar
wds@:# ./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
wds@:# make && make install
3.环境配置
mkdir -p /data1/subversion/
svnadmin create /data1/subversion/bsso
4.配置apache
DAV svn
SVNParentPath /data1/subversion/bsso
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /data1/subversion/passwd
Require valid-user
subversion下载地址:http://subversion.tigris.org/
我下载的是subversion-1.6.3.tar.bz2+httpd-2.2.11.tar.gz
1.先安装httpd-2.2.11.tar.gz
wds@:# tar xvjf httpd-2.2.11.tar.gz
wds@:# cd httpd-2.2.11
wds@:# ./configure --prefix=/data1/apache2 --enable-so --enable-maintainer-mode --enable-dav :# make && make install
wds@:#
2.安装 subversion
wds@:# tar xvjf subversion-1.6.3.tar
wds@:# ./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
wds@:# make && make install
3.环境配置
mkdir -p /data1/subversion/
svnadmin create /data1/subversion/bsso
4.配置apache
DAV svn
SVNParentPath /data1/subversion/bsso
AuthType Basic
AuthName "Subversion repository"
AuthUserFile /data1/subversion/passwd
Require valid-user
/data1/apache2/bin/htpasswd -c /data1/subversion/passwd sina_sso
-----------------------------------
我用的是centos 6.4 64位 subversion-1.8.5 只能使用最新的sqlite
url: http://www.sqlite.org/2013/sqlite-autoconf-3080200.tar.gz
更多推荐
已为社区贡献2条内容
所有评论(0)