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

Re: Install troubles with version 1.6

From: Ed <SVN_at_0x1b.com>
Date: Mon, 6 Apr 2009 17:39:27 -0700

On Fri, Apr 3, 2009 at 5:21 PM, Tom Browder <tom.browder_at_gmail.com> wrote:
> On Fri, Apr 3, 2009 at 6:00 AM, Andrea Antonio Maleci
> <A.Maleci_at_iwbank.it> wrote:
>> Hi Patricia,
> ...
>> I don't know how to rectify the ./configure error so that I can get a clean
>> compile.
>> Can someone shed light?  Thanks
>
> I believe the subversion configuration system is not very robust.  Try
> to download and separately install apr and apr-util.  They use a
> special configuration configuration script that does the same function
> as pkg-config.
>
> In any case, try to find 'apr-1-config' and 'apu-1-config' on your system:
>
>  `which apr-1-config`
>  `which apu-1-config'
>
> Assuming both are found try:
>
>  ./configure --with-apr=`which apr-1-config` --with-apr-util=`which
> apu-1-config`
>
> Note those are backward quotes surrounding `which ap[ru]-1-config`.
>
> -Tom
>

Take care that the httpd/apr/apr-util etc use the same dependencies as
Subversion - mixed versions of the Berkeley db, for example, are a
pain to figure out the first time..
if you are compiling httpd yourself, the svn-deps package isn't needed
- either satisfy the dependencies yourself or use the svn-deps
tarball, but don't do both because you will get a bad case of
tanglfoot.

^Ed

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1568235

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-07 02:40:41 CEST

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.