Ok, I'm also having problems convincing Apache to compile with
db4.2. I'm not getting any errors, but when I run the test
suggested by John in the faq patch, it looks like httpd was
linked with the db-4.0 installed on the system. Any hints?
Thanks,
Jack
My steps:
<get db-4.2.52 tar file>
$ cd db-4.2.52/build_unix
$ ../dist/configure
$ make
# make install
<edit /etc/ld.so.conf, add line: /usr/local/BerkeleyDB.4.2/lib>
<- in /usr/local/BerkeleyDB.4.2/lib/ add link from libdb-4.2.la to libdb.la>
<- get httpd-2.0.48.tar.gz>
$ cd httpd-2.0.48
$ ./buildconf
$ ./configure --enable-dav --enable-so
--with-berkeley-db=/usr/local/BerkeleyDB.4.2
$ make
# make install
$ ldd /usr/local/apache2/bin/httpd | fgrep libdb
libdb-4.0.so => /lib/libdb-4.0.so (0x4003c000)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 26 23:29:49 2004