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

Re: Hiya List, got some questions about installation of Subversion/Berkeley DB,

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-08-20 12:46:42 CEST

Kle Miller wrote:
> Ok from what I can gather it is looking for
> Libdb.a and
> Libdb-4.2.a
>
> In the lib path. Now I created 2 links to those files which are in
> /usr/local/BerkeleyDB.4.2/lib
> In the dir
> /usr/lib
> Which I assumed would be in the lib path. This didn't work. Is this the
> sort of thing I should be doing?

No. Some libs don't work when moved around in the system, which is effectively
what you are doing with links. Please read the ld.so manpage, there is more
than one solution to your problem.

> How can I check the paths it is searching for the libs?

config.log is a file you might want to take a look at, as is the configuration
of ld.so.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 20 12:47:05 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.