Re: configure stopping on Berkeley DB include.........
From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Tue, 21 Sep 2010 16:23:26 -0500
On Sep 21, 2010, at 08:52, Stewart Dean wrote:
> I built apr and apr-util on this machine, then ran configure like this:
In MacPorts, we successfully use the following configure argument:
--with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6
So, adapted to your BDB version and prefix, try:
--with-berkeley-db=:/usr/local/BerkeleyDB.5.1/include:/usr/local/BerkeleyDB.5.1/lib:db-5.1
Note that apr-util will also need to have been compiled against the same version of BDB.
That said, do you even need BDB support? Most people don't anymore and you could just use --without-berkeley-db to disable it.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.