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

Re: Subversion 1.6 and Apache 2.2.11 problems

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Wed, 8 Apr 2009 19:49:20 -0500

On Apr 8, 2009, at 10:03, Chris Shelton wrote:

> On Wed, Apr 8, 2009 at 7:56 AM, Patricia A Moss wrote:
>
>> Download svn 1.6 from http://subversion.tigris.org/downloads/
>> subversion-1.6.0.tar.gz
>> Unpack it (tar xvzf subversion-1.6.0.tar.gz)
>> cd subversion-1.6.0
>> rm –rf apr apr-utils
>> ln –s ../httpd-2.2.11/srclib/apr apr
>> ln –s ../httpd-2.2.11/srclib/apr-utils apr-utils
>> ./autogen.sh
>> ./configure --with-apr=/disk01/subversion-1.6.0/apr/ --with-apr-
>> util=/disk01/subversion-1.6.0/apr-util/
>
> Try fixing the path specified for --with-apr-util to match your ln
> command. apr-utils != apr-util. This might work better:
>
> ./configure --with-apr=/disk01/subversion-1.6.0/apr/
> --with-apr-util=/disk01/subversion-1.6.0/apr-utils/

Well, the software is called "apr-util", so calling it "apr-utils" is
unusual. In my httpd-2.2.11/srclib folder, the directory is "apr-
util", not "apr-utils".

Also, try pointing the --with-apr and --with-apr-util parameters at
the path to the apr-1-config and apu-1-config scripts. You have
already compiled and installed apr and apr-util, right?

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

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