[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-06 22:49:31 CET

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.

> 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.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 6 22:50:32 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.