You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mario Ren <ne...@sjtu.edu.cn> on 2004/07/27 08:36:32 UTC

help:configure apr-util and BerkleyDB while installation

Hi all,

         I have encountered problems while I am installing subversion. When
I tried to configure with" ./configure --with-apr=/usr/local/apache2
--with-apr-util=/usr/local/apache2/
--with-berkeley-db=/usr/local/BerkeleyDB.4.2". The information output will
be :

neon configured properly

checking for any extra libraries neon needs... -L/usr/local/lib

checking for static Apache module support... no

checking for Apache module support via DSO through APXS... found at
/usr/local/apache2/bin/apxs

checking httpd version... recent enough

checking for socket in -lsocket... no

configure: error: APR-UTIL was installed independently, it won't be

                        possible to use the specified Berkeley DB:
/usr/local/BerkeleyDB.4.2

 

So I need help how to configure APR_UTIL to link with Berkley DB. Any help
will be very appreciated. Thanks a lot.

 

Mario