Hello,
i have a small amount of experience on linux systems, and i have
inherited a Redhat 9 system that has a working Subversion (1.1.1-1) and
a working Apache (2.0.40-21.11), but they are not integrated. We have
someone that needs to access our project from behind a tight firewall,
so i'm assuming that we need Apache so that they can access it through
http and port 80.
These are lines from httpd.conf:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
But when i try to start apache, i get this error:
httpd failed. The error was: Starting httpd: Syntax error on line 222 of
/etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_dav_svn.so into server:
/etc/httpd/modules/mod_dav_svn.so: undefined symbol: ap_lookup_provider
[FAILED]
When i comment out the second two LoadModule statements, it starts
fine. i don't mind looking for my own answers, but i've been looking
for several hours without any luck, and if anyone could point me in the
right direction and/or give me some tools to solve this, i would really
appreciate it. Thanks,
jesse
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 20:13:30 2005