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

minor "fix" for configure script and /Makefile made it build on my rh7.2 box

From: Bill Burdick <bill_at_appliedreasoning.com>
Date: 2002-03-14 00:55:04 CET

After much consternation trying to build with bdb 4.0.14 installed, I
globally substituted -ldb4 for -ldb in the configure script. Then I had
to add -I/usr/include/db4 to the main Makefile. This is because on my
system (RH7.2) db.h is symlinked to /usr/include/db3/db.h and
/lib/libdb.so is symlinked to /lib/libdb-3.1.so.

After those two changes, subversion built for me. I saw some things
written up about ldconfig and such, but those did not work, because the
sym links fooled the loader. These links are included in RedHat's
db3-devel-3.1.17-7 RPM dating back to April 7th, 2001.

-- 
	Bill Burdick
	Bill@appliedreasoning.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 14 02:03:48 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.