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

Re: Support for BDB in RPM's

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-26 23:34:29 CEST

David Summers <david@summersoft.fay.ar.us> writes:

> Any ideas on what to try next? How to override the detected APR-UTIL
> setting?

You need to use -I/some/path to ensure that the location of your BDB
headers is the first placed searched. You will also need to ensure
that your BDB library is linked, which might require adding
"-L/some/path" and "-lsome-db" to the link command.

I think you can achieve this by configuring to use apr-utils BDB and
then building using something like

$ make EXTRA_CFLAGS=-I/some/path EXTRA_LDFLAGS="-L/some/path -lsome-lib"

Alternatively, you may be able to do it by editing the Makefile (or
perhaps Makefile.in) and changing things like SVN_DB_LIBS and CFLAGS.

Or you might want to try hacking the m4 stuff in order to make
configure do what you want, and then get that patch accepted on the
trunk.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 26 23:37:17 2005

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.