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

Re: a couple of minor issues.

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-06-03 21:45:03 CEST

On Tue, Jun 04, 2002 at 01:00:04AM +0600, Faried Nawaz wrote:
 
> - during the initial configure run, neon doesn't pick up on expat2 (which I
> have installed in /usr/local/include and /usr/local/lib). I have to set
> CPPFLAGS and LDFLAGS for it to work.

i brought this up on the neon list a while back, and the response was
'set CPPFLAGS and LDFLAGS'. i guess the neon people (meaning joe ;-)
don't feel it should look in /usr/local for expat.

> - also during the configure run, configure doesn't find db4 on FreeBSD.
> FreeBSD installs db4's includes in /usr/local/include/db4 and libraries as
> /usr/local/lib/libdb4.{a,so}. The configure script looks for
> /usr/local/lib/libdb.*. I can either patch svn/configure to search for
> db4 instead of db, or I end up putting db4 in svn/db.

this is a known problem with our configure. if you have the needed
skill with autoconf, we'd welcome a patch that teaches it how to
correctly find db4 on freebsd. currently, the freebsd port works
around this with an ugly hack (running perl -pi -e 's/ldb/ldb4/' on
the configure script before running it), and i'd love to get rid of
that, but haven't found the time to figure out how to fix it.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 3 21:45:24 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.