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

Re: [Fwd: Re: [script][repost] The merging added files bug]

From: Santeri Hernejärvi <gray_at_gray.mine.nu>
Date: 2003-01-06 23:16:35 CET

Philip Martin wrote:

>Santeri Hernejärvi <gray@gray.mine.nu> writes:
>
>>../../../subversion/libsvn_wc/libsvn_wc-1.la
>>../../../subversion/libsvn_ra/libsvn_ra-1.la
>>../../../subversion/libsvn_delta/libsvn_delta-1.la
>>../../../subversion/libsvn_subr/libsvn_subr-1.la
>>/usr/local/src/svn/apr-util/libaprutil-0.la -lgdbm -ldb -lexpat
>>/usr/local/src/svn/apr/libapr-0.la -lm -lcrypt -lnsl -ldl
>>/usr/local/src/svn/neon/src/libneon.la -L/usr/local/lib -lz -lxml2
>>
>>/usr/local/src/svn/apr-util/.libs/libaprutil-0.so: undefined reference
>>to `db_create_4000'
>>
>>/usr/local/src/svn/apr-util/.libs/libaprutil-0.so: undefined reference
>>to `db_strerror_4000'
>>
>>
>
>The _4000 indicates that aprutil has been compiled against header
>files from a BDB 4.0 installation that was configured using the
>--with-uniquename option. Since those symbols are unresolved it
>appears you are linking Subversion against a BDB 4.0 installation that
>was configured without that option.
>
>
That's weird, I have a symlinked db -> db-4.0.14 in the svn directory,
and it has always
just worked. Until now, that is. Hmm. I also have apr and apr-util
symlinks in the svn dir,
so everything should get configured the same.

>>apr and apr-util are from cvs as of now. Building with db-4.0.14.
>>Trying with again with db 4.1.25..
>>
>>
>You need to ensure that apr-util and Subversion use the same BDB
>installation, switching to 4.1 is not required.
>
Ok, I'll try to fiddle with everything a bit instead. That usually
works. ;-)

.s

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 6 23:18:49 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.