Appach Cannot load mod_dav_svn.so

简介:
 
今天想升级一下SVN版本,结果加载不了 mod_dav_svn.so 
软件版本 
Window 2003 
svn-win32-1.5.4 
Apache2.2 
提示: 
The Apache service named reported the following error: 
Cannot load  mod_dav_svn.so  into  server: \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3
官方有句: 
I am trying to use  mod_dav_svn with Apache on Win32 and I'm getting an error saying that the module cannot be found, yet the  mod_dav_svn.so file is right there in \Apache\modules.
The error message in this case is a little misleading. Most likely Apache is unable to load one or more DLLs that  mod_dav_svn.so relies on. If Apache is running as a service it will not have the same PATH as a regular user. Make sure that libdb4*.dll, intl3_svn.dll, libeay32.dll and ssleay32.dll are present in either \Apache\bin or \Apache\modules. You can copy them from your Subversion installation directory if they are not there.
复制过去不尽人意,依然加载不了模块文件,后来把SVN/bin目录下所有DLL全复制过去,问题解决,经过筛选发现有几个DLL冲突, apache/bin/*.DLL 最终列表: 
[-,需要删除的]: 
[+.从Subs复制过来的] 
[?,未知,可以不要] 
[-]libapr-1.dll 
[-]libapriconv-1.dll 
[-]libaprutil-1.dll 
[+]libdb44.dll 
[+]libsasl.dll 
[+]ssleay32.dll 
[?]intl3_svn.dll
 





本文转自 xkdcc 51CTO博客,原文链接http://blog.51cto.com/brantc/210900,如需转载请自行联系原作者
目录
相关文章
|
8月前
|
Ubuntu 安全 网络安全
百度搜索:蓝易云【Ubuntu系统SVN服务器搭建教程】
现在,你已经成功在Ubuntu系统上搭建了SVN服务器。其他用户可以通过SVN客户端连接到你的SVN服务器,进行代码版本管理和协作开发。注意,为了安全起见,建议配置SSL加密以保护数据传输。
92 1
|
8月前
|
存储 网络协议 Ubuntu
Linux环境下的SVN服务器搭建并结合内网穿透实现远程连接
Linux环境下的SVN服务器搭建并结合内网穿透实现远程连接
249 0
|
IDE Linux 开发工具
从旧服务器迁移svn到另一台新服务器中(linux系统)|遇到诸多坑,已解决
从旧服务器迁移svn到另一台新服务器中(linux系统)|遇到诸多坑,已解决
|
8月前
|
Apache 项目管理 数据安全/隐私保护
【cpolar】TortoiseSVN如何安装并实现公网提交文件到本地SVN服务器
【cpolar】TortoiseSVN如何安装并实现公网提交文件到本地SVN服务器
141 0
|
3月前
|
Linux 数据安全/隐私保护 Windows
centos 7.2 搭建svn服务器
centos 7.2 搭建svn服务器
86 0
|
5月前
|
Android开发
svn服务器配置常见问题
svn服务器配置常见问题
73 1
|
8月前
|
存储 网络协议 Ubuntu
Ubuntu14.04快速搭建SVN服务器及日常使用
Ubuntu14.04快速搭建SVN服务器及日常使用
|
8月前
【SVN】如何取消文件和SVN服务器的关联
【SVN】如何取消文件和SVN服务器的关联
88 0
|
8月前
|
运维 Apache 数据安全/隐私保护
CentOS6.5搭建SVN服务器(Apache+SVN)
CentOS6.5搭建SVN服务器(Apache+SVN)