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

Re: getting svn and apache to work !!!!!

From: Lee Merrill <LeeMerrill_at_bustech.com>
Date: 2004-09-07 17:40:39 CEST

Hi Bruce,
    You might try building and installing DB in /usr/local instead of
/usr (this is the default if you build the sources from scratch), and
then configure subversion with
"--with-berkely-db=/usr/local/BerkeleyDB.4.2" (i.e. no /lib at the end).
And also add "/usr/local/BerkeleyDB.4.2/lib/" to /etc/ld.so.conf, and
run "ldconfig." I had difficulty with another version of DB already
installed, and could remove the old version instead of working through this.

Lee

>as far as i can tell... this shouldn't be the case..
>
>i rebuilt the svn/subversion apps from source... although, i'm not sure how to actually point to the 4.2.52 version of the berkeley db... i have the .so files on my system.... however, i also see the earlier .so files in the same dir..
>
>is there a way to point to a specific lib within the .configure attributes...
>
>i used the following .configure attributes when building the subversion apps/libs...
>
>./configure --with-apxs=/usr/sbin/apxs --with-berkeley-db=/usr/lib --with-dbm=db4 --with-gdbm=no
>
>

-- 
+=========================================================
+ Lee Merrill    lee@bustech.com    919-866-2008
+=========================================================
Unless otherwise stated, any views presented in this email are solely those of the author and do not necessarily represent those of the company.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 17:41:14 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.