[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: Kle Miller <Kle.Miller_at_spcm.com.au>
Date: 2004-08-20 09:33:14 CEST

Hiya,
Yup BDB is installed in /usr/local/BerkeleyDB.4.2

So that matches where I told subversion, apr-util, apache to find it.
None of them can find it (I assume because they are all calling the
apr-util configure file)

With the ld.so thing, should I be doing something like # ld -d
/usr/local/BerkeleyDB.4.2/lib To add the lib dir where the Libdb-4.2.so
file is located?

Thanks
kle

-----Original Message-----
From: Ulrich Eckhardt [mailto:eckhardt@satorlaser.com]
Sent: Friday, 20 August 2004 4:50 PM
To: users@subversion.tigris.org
Subject: Re: Hiya List, got some questions about installation of
Subversion/Berkeley DB,

Kle Miller wrote:
> i am having trouble with BerkeleyDB 4.2.52 though. I made and
> installed it using
>
> ../dist/configure
> make
> make install

Ok, where exactly did that install BDB? I'd assume it would land in
/usr/local(but I could be wrong).

> and then when i try to configure either subversion or just the apr
> util i get the error below.
> linux:/tmp/subversion-1.1.0-rc2/apr-util # ./configure
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-dbm=db42
> --enable-dav --enable-so --with-apr=/usr/local/apr

Hmmm, here you tell subversion that BDB is in
/usr/local/BerkeleyDB.4.2/. Make sure that that agrees with the place
where you installed it. Also, installing a library possibly changes to
the system, as the runtime linker has to be told where to find the .so
files, see 'man ld.so'.

BTW: don't use HTML in public mailinglists(or anywhere else af far as I
am concerned).

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
Received on Fri Aug 20 09:32:15 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.