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

Apache Error Message

From: Mike Wohlgemuth <mjw_at_woogie.net>
Date: 2002-07-31 23:38:30 CEST

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
Received on Wed Jul 31 23:39:09 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.