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

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

From: Kle Miller <Kle.Miller_at_spcm.com.au>
Date: 2004-08-24 04:06:49 CEST

 Hiya,
Thanks a million. It worked.

I wish the man/info page I looked at (on the web) had said that instead
of Lib.

Once again, thanks heaps
Kle

-----Original Message-----
From: Kevin Counts [mailto:counts@digicat.org]
Sent: Tuesday, 24 August 2004 11:50 AM
To: Kle Miller
Subject: Re: Re: Hiya List, got some questions about installation of
Subversion/Berkeley DB,

Kle -

If I remember correctly I had to set LD_LIBRARY_PATH to get it to work -
any type of config option (and I tried a lot ;-) didn't do it but
setting the LD_LIBRARY_PATH was the solution.

e.g.:

export LD_LIBRARY_PATH
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/BerkeleyDB.4.2/lib

./configure <yada..yada..>

Just my two cents.

Regards,

Kevin

On 2004-08-24, Kle Miller wrote:
> Hiya,
> I set the Lib environment variable to look in the berkeleyDB directory

> /usr/local/BerkeleyDB.4.2/lib The config script still didn't find the
> library.
> I have posted parts of the config.log as well.
> Should I be editing the configure script where it is calling the ld
> command?
>
> Thanks in advance
> kle
>
> -----Original Message-----
> From: Ulrich Eckhardt [mailto:eckhardt@satorlaser.com]
> Sent: Friday, 20 August 2004 8:47 PM
> To: users@subversion.tigris.org
> Subject: Re: Hiya List, got some questions about installation of
> Subversion/Berkeley DB,
>
> 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
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 24 04:06: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.