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

Re: problem configuring subversion (berkeley db)

From: Falko Zurell <falko.zurell_at_avma.de>
Date: 2004-02-26 08:58:01 CET

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I had the same problems and it took me one day to figure out the solution.

One import point seems to be the right entry in /etc/ld.so.conf
There should be an entry pointing to the lib directory of the new
berkeley-db installation so that the libdb.a and libdb.so can be found.

Then compiling the apache server with the explizit flag
- --with-berkeley-db=/usr/local/Berkeley-db-4.2 and installing it.

Now the build of subversion should work.

The point is that the apu-config script from the apache installation
return a wrong database version if this is not correctly configured. If
the apache build can't find the new berkeley db it will include some old
db version which was installed by the linux distribution. The apu-config
script returns "-ldb1" when asked for --libs. But it should return
"-ldb" as the newly created Berkeley version creates libdb.a and db.h.

kind regards

Falko

PS: See the topic "BUILD errors with APR under LINUX Subversion 1.0.0"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAPacHD8Zw/S+X8BcRAmh6AJ9bh6KVcJ7FrotTQphyQ5z6qLNbeQCfUADc
B9Z+JfxYFakLXOdSNqm5uKg=
=jbcv
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 26 08:58:37 2004

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.