haitao:
svn自己的文档也提到了,但是我有那个libdb42.dll(实际为libdb44.dll,为了保险复制一份为libdb42.dll了,也不行)
[阅读: 792] 2007-11-12 03:45:09
Some Known Issues:
==================
Some of the following issues come up from time to time:
* Problems with Apache and mod_dav_svn.so and mod_authz_svn.so:
Some people are getting into trouble when starting to use
Apache with mod_dav_svn.so and mod_authz_svn.so. Here are some possible
solutions (you may need to try one or more of them):
- Apache 2 outputs startup errors in the Event Viewer's Application log,
so check the details of the error there. The following error:
The Apache service named reported the following error:
>>> Cannot load <install path>/Apache2/modules/mod_dav_svn.so
into server: The specified module could not be found."
means you need to copy the libdb42.dll and the intl.dll from the
Subversion folder to your Apache\bin or Apache\modules folder.
- Make sure that the Subversion Path is included in the systems %PATH%
environment.
- Make sure that your entries in httpd.conf are correct and remember that
mod_dav_svn.so and mod_authz_svn.so should be loaded after the other
mod_dav*.so modules.
- Uninstall the Apache service manually by typing:
apache -k uninstall
Then check your httpd.conf and reinstall the service by typing:
apache -k install