[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: Tom Browder <tom.browder_at_gmail.com>
Date: Fri, 3 Apr 2009 19:21:11 -0500

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

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-04 02:22:16 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.