Subversion1.8以后,http资源支持库,apache从该版本号以后,放弃了neon。Subversion 1.8中http手机客户端根据neon早已被清除,改成self。假如要支持http方式必须在安装svn前安装serf,安装serf强烈推荐用serf-1.2.1,安装是./configure;因为google官方网站下载较为不便,全部我这里共享给大伙儿。好运气!
源码安装svn serf_v1.2.1:
Linux下编译Serf_v1.2.1源码时,提醒下列错误,有了解解决方案的玩家吗,不便共享资源下,感谢!
/svn_setup/lib/libssl.a(s23_clnt.o): relocation R_X86_64_32 against `.rodata can not be used when making a shared object; recompile with -fPIC/svn_setup/lib/libssl.a: could not read symbols: Bad valuecollect2: ld returned 1 exit statusmake: *** [libserf-1.la] Error 1
解决方法:发生此错误是在ubuntu自然环境中源码编译Svn时,安装serf_1.2.1发生的,
再次编译openssl时,加上上 -fPIC,--enable-share主要参数就可以处理以上错误
serf-1.3.0安装是用scons(yum -y install scons)方式,安装serf-1.3.0后安装很有可能会报误,Google没找到解决方案,如下所示出错
checkingforserf-2library... no checkingforserf-1library... no checking was serf enabled... no An appropriate version of serf could not be found, so libsvn_ra_serf will not be built. If you want to build libsvn_ra_serf, pleaseinstallserf1.2.1or newer. configure: error: Serf was explicitly enabled but an appropriate version was not found.
文中只根据《LAMP一键安装包》以后开展1.安装apr、apr-unit
cd /root/lamp/source #wget #LAMP中早已免费下载 #wget tar xzf apr-1.4.8.tar.gz cd apr-1.4.8 ./configure --prefix=/usr/local/apache make make install cd ../ tar xzf apr-util-1.5.2.tar.gz cd apr-util-1.5.2 ./configure --prefix=/usr/local/apache make make install cd ../
2.安装serf-1.2.1
yum -y install expat-devel wget #serf-1.2.1.zip是win版有什么问题 tar xjf serf-1.2.1.tar.bz2 cd serf-1.2.1 ./configure --prefix=/usr/local/serf --with-apr=/usr/local/apache --with-apr-util=/usr/local/apache make make install cd ..
3.安装svn
tar xzf subversion-1.8.1.tar.gz cd subversion-1.8.1 ./get-deps.sh ./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache/bin/apxs \ --with-apr=/usr/local/apache --with-apr-util=/usr/local/apache --with-zlib \ --with-openssl --enable-maintainer-mode --with-serf=/usr/local/serf --enable-mod-activation make make install cd ..
4.查验是不是安装取得成功安装取得成功会在/usr/local/apache/conf/httpd.conf自身添加下边2行
LoadModule dav_svn_module /usr/local/subversion/libexec/mod_dav_svn.so LoadModule authz_svn_module /usr/local/subversion/libexec/mod_authz_svn.so
查验svn是不是支持http方式:
# svn --version svn, version 1.8.1 (r1503906) compiled Aug 2 2013, 11:36:48 on x86_64-unknown-linux-gnu Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the NOTICE file for more information. Subversion is open source software, see The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - with Cyrus SASL authentication - handles svn scheme * ra_local : Module for accessing a repository on local disk. - handles file scheme * ra_serf : Module for accessing a repository via WebDAV protocol using serf. - handles http scheme - handles https scheme
多特软件专题为您提供反编译软件,反编译exe软件,apk反编译软件,安卓苹果版软件app一应俱全。
多特软件专题为您提供class反编译工具,class反编译工具,class文件反编译工具;安卓苹果版软件app一应俱全。多特软件站只提供绿色、无毒、无插件、无木马的纯绿色工具下载
多特软件专题为您提供dll反编译工具,dll反编译,dll最强的反编译工具;安卓苹果版软件app一应俱全。多特软件站只提供绿色、无毒、无插件、无木马的纯绿色工具下载
多特软件专题为您提供exe反编译工具,exe反编译工具下载,易语言exe反编译工具;安卓苹果版软件app一应俱全。多特软件站只提供绿色、无毒、无插件、无木马的纯绿色工具下载
多特软件专题为您提供反编译工具,反编译工具在线翻译,exe反编译工具;安卓苹果版软件app一应俱全。多特软件站只提供绿色、无毒、无插件、无木马的纯绿色工具下载