i'm trying to deal with source as little as possible at this point!!!
the berkeley rpm db4-4.2.52-3.1.i386.rpm places the following files in the
locations:
/lib/libdb-4.2.so
/lib/tls/libdb-4.2.so
/usr/lib/libdb-4.2.so
/usr/lib/libdb_cxx-4.2.so
/usr/lib/tls/libdb-4.2.so
/usr/lib/tls/libdb_cxx-4.2.so
/usr/share/doc/db4-4.2.52
/usr/share/doc/db4-4.2.52/LICENSE
/usr/share/doc/db4-4.2.52/README
/usr/share/doc/db4-4.2.52/images
/usr/share/doc/db4-4.2.52/images/api.gif
/usr/share/doc/db4-4.2.52/images/next.gif
/usr/share/doc/db4-4.2.52/images/prev.gif
/usr/share/doc/db4-4.2.52/images/ps.gif
/usr/share/doc/db4-4.2.52/images/ref.gif
/usr/share/doc/db4-4.2.52/images/sleepycat.gif
i'm assuming that the libdb-4.2.so/libdb_cxx-4.2.so files are the ones that
should go in the usr/lib dir...
i don't see a 'BerkeleyDB' dir anywhere on my system...
i guess i could place the file in a diff dir, and then add that to the
.configure attributes. the prob/issue with that, is that i then have a bunch
of crap floating on the system, with a number of different versions of the
same app/etc...
thoughts/comments...
-bruce
-----Original Message-----
From: Lee Merrill [mailto:LeeMerrill@bustech.com]
Sent: Tuesday, September 07, 2004 8:41 AM
Cc: users@subversion.tigris.org
Subject: Re: getting svn and apache to work !!!!!
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
---------------------------------------------------------------------
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:50:29 2004