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

Re: Build issue with Berkeley DB?

From: Andreas Jellinghaus <aj_at_dungeon.inka.de>
Date: 2004-02-13 12:51:35 CET

> Then when I tried to run ./configure with
> "with-berkeley-db=/path/to/my/bdb"
> option, I got this warning:

did your forget "--" before "with..." ?

anyway: it does not work.
if you have the *development* files of any other db version on your
system installed in /usr/lib, then subversion might miscompile (did
always for me, linking both db versions).

the best thing is to have recent db 4.2.52 packages (both lib and
development) installed (-> files in /usr as normal).

the second best is to have no *development* files (i.e. header files and
*.so files) in /usr and install db to some other location, and then
point to it using --with-berkeley-db= ...

good luck.

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 13 12:51:40 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.