do you know what might be wrong when doing the following:
$ svn up
...
$ ./configure --prefix=/usr/local/svn-0.33 --with-berkeley-db=/usr/local/db40
--with-apxs=/usr/local/bin/apxs --with-apr=/usr/local --with-apr-util=/usr/local
--with-neon=/usr/local/neon-0.24.4/ --disable-static
...
checking for Apache module support via DSO through APXS... found at /usr/local/bin/apxs
checking httpd version... recent enough
checking for socket in -lsocket... yes
checking for Berkeley DB in /usr/local/db40 (as db4)... no
checking for Berkeley DB in /usr/local/db40 (as db)... no
configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db
$ ls /usr/local/db40/
bin docs include lib
$ ls /usr/local/db40/include/
cxx_common.h cxx_except.h db.h db_cxx.h
$ ls /usr/local/db40/
bin docs include lib
$ ls /usr/local/db40/lib/
libdb-4.0.a libdb-4.so libdb_tcl-4.0.a libdb_tcl-4.so
libdb-4.0.la libdb.a libdb_tcl-4.0.la libdb_tcl.so
libdb-4.0.so libdb.so libdb_tcl-4.0.so
how does this config-skript expect db4? db4 was installed with:
../dist/configure --prefix=/usr/local/db40 --enable-test --with-tcl=/usr/local/lib
make
make install
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 17 16:42:49 2003