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

Re: Trouble linking to a local built BerkeleyDB

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2003-12-30 10:34:21 CET

Mukund wrote:
> I don't think this will help as the problem seems to be due to bad
> linking. The build process is using the right header files, but is
> linking against the wrong set of libraries. Removing the -devel package
> will only delete the header files and any developer-specific libraries.

Whoups, you are right. For some reason db4 does not follow the normal
convention of having libfoo.so.N in the main rpm, and a soft link
libfoo.so -> libfoo.so.N in the devel rpm. I suppose you have both
-ldb-4.0 and -ldb-4.2 in your link command line then. Looking at
config.* and Makefile might give a clue.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 30 10:34:56 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.