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

Re: Built but tests failed

From: Neal D. Becker <nbecker_at_hns.com>
Date: 2002-08-13 16:31:20 CEST

Thanks. I got subversion going. The problem is that the db4 libs are
installed as db-4.0. I needed to manually edit the configure script
to do -ldb-4.0 instead of -ldb. I had initially done this in just one
place in the script, and the result was that it built but tests failed
(because it still used -ldb in some places!).

I edited the configure script again, replacing all of the -ldb, and
now everything is working.

BTW, I had to do AUTOCONF=autoconf-2.53 AUTOHEADER=autoheader-2.53
autogen.sh because RH7.3 has autoconf-2.53 but it's installed as
/usr/bin/autoconf-2.53, not /usr/bin/autoconf. Thanks for making it
an env variable!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 13 16:32:02 2002

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.