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

Re: Berkley link pb

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-06-04 13:05:30 CEST

badier vincent wrote:
> All is working well, and apache is running quite well.
> So, i start the configure of subversion, but i have
> the problem with BerkleydB :
>
> CPPFLAGS=-I/usr/local/BerkeleyDB.4.2/include/
> LDFLAGS=-L/usr/local/BerkeleyDB.4.2/lib/ ./configure
> --with-apxs=/usr/local/apache2/bin/apxs

Right so, but these vars aren't all you need. In particular, you need to tell
the runtime linker where to find the BDB libs (How to do that depends on your
system) and (I think not strictly necessary for SVN) to add the binaries to
your $PATH.

Note: this has nothing to do with SVN itself, it just means that your BDB
installation is not yet complete.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 4 13:07:15 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.