-
Linux svn serf(SVN服务器)
v1.2.1 官方最新版 -
- 软件大小:186KB
- 软件语言:中文
- 软件类型:国产软件 / 服务器区
- 软件授权:免费软件
- 更新时间:2017-05-05 17:18
- 软件等级:
- 应用平台:linux
- 软件官网:https://www.itmop.com/
相关软件
cornerstone for mac(SVN管理工具)v2.7.17
26.4M/中文/10.0
myeclipse配置svn插件v1.8.5 免费版
11.3M/中文/10.0
Subclipse(eclipse svn离线插件)v1.10.13 免
19M/中文/10.0
svn server for windows官方版
2.9M/中文/10.0
svn Win7 64位汉化包(tortoisesvn)v1.6.16.
3.7M/中文/1.1
软件介绍人气软件精品推荐相关文章网友评论下载地址
-
Linux svn serf(SVN服务器),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 value
collect2: ld returned 1 exit status
make: *** [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没找到解决方法,如下报错
checking for serf-2 library... no checking for serf-1 library... 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, please install serf 1.2.1 or newer. configure: error: Serf was explicitly enabled but an appropriate version was not found.
安装步骤:
本文只基于《LAMP一键安装包》之后进行
1. 安装apr、apr-unitcd /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
-
更多>>软件截图
推荐软件
xampps X64 163M
下载/中文/3v8.1.2 最新版Apache HTTP Server 38M
下载/英文/4v2.4.46 for Windows 官方安装版IIS7.0完整安装包 174M
下载/英文/9安装版服务器安全狗 26.0M
下载/中文/1v5.0.24188 官方版RaidenMAILD(雷电MAILD) 15.5M
下载/英文/1v4.2.8 特别版迷你ASP服务器(Sws AspWebServer) 1.3M
下载/中文/2v2.3 官方版小旋风asp webserver软件 1M
下载/中文/2官方安装版啊D组件查询程序 213KB
下载/中文/1v1.0 绿色版
其他版本下载
精品推荐
相关文章
-
下载地址
-
Linux svn serf(SVN服务器) v1.2.1 官方最新版
-
-
查看所有评论>>网友评论
-
更多>>猜你喜欢