[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 08:50:26 CEST

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
Received on Fri Aug 20 08:51:26 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.