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

Re: Picking up wrong version of db at link time

From: Tobias Ringstrom <tori_at_ringstrom.mine.nu>
Date: 2003-04-01 00:36:28 CEST

On Mon, 31 Mar 2003, Richard Curnow wrote:

> As a workaround for now, I've been temporarily moving all the db-3.1
> stuff out of the way whilst subversion is building, then reinstating
> them afterwards. It would be good to have a less clunky solution to the
> problem though.

I had the same problem, and I "fixed" it by just removing the db3-devel
package. I don't know if your distro works in the same way, but in RedHat
the db3 rpm contains libdb-3.3.so, and alls apps refer to that lib. The
db3-devel rpm contains a soft link from libdb.so to libdb-3.3.so and
libdb.a, but those files are only needed if you are going to compile and
link new programs.

It's not a perfect solution, but it beats renaming files while compiling
subversion (which I too did at first).

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 1 00:37:15 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.