On Thu, Jul 10, 2003 at 11:51:13AM -0400, Dave wrote:
> I've tried all of the following:
> compile from tarball (subversion-0.24.2.tar.gz)
> compile from latest svn trunk
> install of dave summers rpms
> install of redhat's rawhide rpms (subversion-0.24.2-3.i386.rpm)
>
> All fail with the following error:
>
> [root@kinder conf]# service httpd restart
> Stopping httpd: [FAILED]
> Starting httpd: Syntax error on line 275 of /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/modules/mod_authz_svn.so into server:
> /etc/httpd/modules/mod_authz_svn.so: undefined symbol: dav_svn_split_uri
> [FAILED]
> [root@kinder conf]
>
> Can anyone shed some light on what's going on and how I can get my svn
> server up and running?
You have two choices: swap the order of the LoadModule directives for
mod_authz_svn and mod_dav_svn, or upgrade to release 0.25, which fixes
this problem.
--ben
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 18:26:24 2003