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