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

Re: error when running ./configure for subversion-1.4.x

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-28 20:17:47 CET

On Nov 27, 2006, at 15:23, John Gregg wrote:

> trying to ./configure for subversion-1.4.2 on OS X v10.4.8 i am
> getting the following error:
>
> configure: error: APR-UTIL was installed independently, it won't be
> possible to use the specified Berkeley DB:
> /usr/local/BerkeleyDB.4.5
>
>
> i got the error every time i tried with subversion-1.4.0 and am now
> getting it again with subversion-1.4.2. i did not install apr-util
> independently, only httpd-2.2.3 and db-4.5.20. also, this is a fairly
> fresh install of OS X.
>
> with subversion-1.3.x, i had no issue whatsoever.
>
> anyone have any ideas for me? thanks in advance!

There are several binary distributions of Subversion for Mac OS X
which you could use.

It's also easy to build Subversion from source using MacPorts. "sudo
port install subversion". Done.

If you want to do it yourself, then this should of course also be
possible. I believe you will want to use BDB 4.4 in that case. BDB
isn't even required, in fact, so unless you specifically want to use
it, you could forget about it entirely by using --without-berkeley-db
when configuring Subversion.

You will need to point the Subversion configure script at the APR and
APR-util installed by your version of Apache.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 28 20:18:36 2006

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.