db insanity.
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-09-07 17:47:31 CEST
OK Kevin, maybe you can help me through the woods here. I can't tell
Case 1: my personal FreeBSD devel box.
I can successfully build statically (--disable-shared), and
I've never tried building shared, because I don't want the .so's
Case 2: the DAV testing box, also FreeBSD.
I install db3.3 into /usr/local/BerkeleyDB.3.3/, just as this
I run './configure --with-apxs=...', and it tells me:
checking for built-in Berkeley DB... no
So I throw my hands in the air, and create a db/ subdir. Now
bash-2.03$ /usr/local/apache2/bin/apachectl start
Case 3: svn.collab.net, our actual Linux production server.
db3.3 is installed in /usr/local/BerkeleyDB.3.3/, exactly as the
checking for Berkeley DB in /usr/local/BerkeleyDB.3.3... yes
And everything works fine after building shared and `make install`.
---------------------------------------------------------------------
|
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.