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

Re: db42-support-patch.txt breaks support for db4 < 4.2 ?

From: <kvistgaard_at_users.sourceforge.net>
Date: 2004-08-19 17:40:26 CEST

Matt Pounsett wrote:
> I've been trying to port David Summers' "Whitebox" RPMs for use on RedHat
> Enterprise Linux 3.x systems.. in particular Advanced Server and Edge Server
> .. and it looks like I've run into a problem with one of the distributed
> patches.
>
> It looks like something has actually broken support for versions of db4 prior
> to 4.2.. possibly the db4.2 patch itself. Something seems to be causing the
> build process to look for libdb-4.2-4.1 instead of just libdb, even for the
> --without-berkeley-db build. Here's how that build is currently dying:
>
> cd subversion/svnadmin && /bin/sh /usr/src/redhat/BUILD/subversion-1.0.6/libtool --silent --mode=link gcc -all-static -O2 -g -march=i386 -mcpu=i686 -pthread -DNEON_ZLIB -DNEON_SSL -rpath /usr/lib -o svnadmin main.o ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_fs/libsvn_fs-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/lib/libaprutil-0.la -lldap -llber -lgdbm -ldb-4.2-4.1 -lexpat /usr/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -ldl
> /usr/bin/ld: cannot find -ldb-4.2-4.1
> collect2: ld returned 1 exit status
> make: *** [subversion/svnadmin/svnadmin] Error 1
>
> Clearly, no matter what version of db4 that's available, ld is never going to
> find libdb-4.2-4.1.so.
>
> Anyone know off the top of their heads how to fix this? Would simply removing
> the db4.2 patch from the ./www/ directory be acceptable? It's unclear whether
> this might break something else further down the line.
>

Just curious: why not just use the RPMs for RHEL3.x maintained by Joe
Orton? See http://people.redhat.com/jorton/Taroon-svn/

-Morten

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 19 17:41: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.