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

Problems building svn r8027 with fresh apache2048 and berkeley-db 4.2.52

From: Art <art_at_artstower.com>
Date: 2003-12-17 23:15:57 CET

berkeley-db 4.2-52:
host:/usr/local/src/db-4.2.52/build_unix # ../dist/configure
host:/usr/local/src/db-4.2.52/build_unix # make && make install
 
apache 2.0.48
host:/usr/local/src/httpd-2.0.48 # ./configure --with-ssl --with-z --enable-so
--enable-rewrite --enable-speling --enable-info --enable-dav --enable-http
--enable-ssl --enable-headers --enable-defalte
--with-berkeley-db=/usr/local/BerkeleyDB.4.2
host:/usr/local/src/httpd-2.0.48 # make && make install
 
svn r8027
host:/usr/local/src/svn # ./autogen.sh
host:/usr/local/src/svn # ./configure --enable-dso --with-zlib
--with-editor=vi --with-berkeley-db=/usr/local/BerkeleyDB.4.2
--with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apache2
--with-apr-util=/usr/local/apache2
 
.
.
.
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
 
 
 
when I remove the --with-apr=... and --with-apr-util=... tags I get:
.
.
.
checking httpd version... recent enough
checking for socket in -lsocket... no
configure: WARNING: APR-UTIL may or may not be using the specified
                     Berkeley DB at `/usr/local/BerkeleyDB.4.2'. Using the
Berkeley DB
                     supplied by APR-UTIL.
checking for availability of Berkeley DB... no
configure: error: Berkeley DB 4.0.14 wasn't found.
 
 
 
What went wrong?
 
 
 
 
 
Received on Thu Dec 18 17:28:33 2003

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

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