[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Apache Error Message

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2002-08-01 05:02:37 CEST

Check and see if your mod_dav_svn.so is before or after the mod_dav.so
module. If it is before, move it to after the mod_dav.so module.

I'm working on a patch to my Subversion RPMs that fix the same problem in
the latest version(s) of the RPMs. It might be something else but that
sure looks familiar.

   - David

On 31 Jul 2002, Mike Wohlgemuth wrote:

> I'm trying set up a Subversion server under RedHat 7.2. Everything
> seems to have compiled fine, and I've configured everything according to
> the INSTALL file (at least I think I have), but I am getting the
> following when I try to start apache:
>
> Syntax error on line 232 of /opt/subversion/apache2/conf/httpd.conf:
> Cannot load /opt/subversion/apache2/modules/mod_dav_svn.so into server:
> /opt/subversion/lib/libsvn_delta-1.so.0: shared object not open
>
> I'm not sure what other info I need to give to help diagnose the
> problem. For want of anything else, here are the configure lines I used
> to build everything:
>
> db configure:
>
> ../dist/configure --enable-shared
> --prefix=/opt/subversion/BerkeleyDB.4.0
>
> apache configure:
>
> ./configure --enable-dav=shared --enable-so
> --prefix=/opt/subversion/apache2
> --with-berkeley-db=/opt/subversion/BerkeleyDB.4.0 --enable-ssl=shared
> --enable-deflate
>
> subversion configure:
>
> ./configure --with-ssl --with-berkeley-db=/opt/subversion/BerkeleyDB.4.0
> ./configure --with-apr=/opt/subversion/apache2
> --with-apr-util=/opt/subversion/apache2
> --with-apxs=/opt/subversion/apache2/bin/apxs --prefix=/opt/subversion
> --host=i586-unknown-linux --target=i586-unknown-linux
> --build=i586-unknown-linux
>
> Any clues on what I did wrong?
>
> Thanks
> Woogie
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

-- 
David Wayne Summers          "Linux: Because reboots are for upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 1 05:03:14 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.