[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: Patricia A Moss <pmoss4_at_csc.com>
Date: Thu, 9 Apr 2009 06:25:58 -0400

Ryan Schmidt <subversion-2009a_at_ryandesign.com>
04/08/2009 08:49 PM

To
Chris Shelton <cshelton_at_shelton-family.net>
cc
Patricia A Moss/GIS/CSC_at_CSC, users_at_subversion.tigris.org
Subject
Re: Subversion 1.6 and Apache 2.2.11 problems

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?

It was a typo in my email. The link is called apr-util.
This may be a part of my problem. Besides running a ./configure in the
httpd-2.2.11 directory, do I also need to run a .configure in the
httpd-2.2.11/srclib/apr and apr-util directories?

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

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