[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: Chris Shelton <cshelton_at_shelton-family.net>
Date: Wed, 8 Apr 2009 11:03:38 -0400

Pati,

On Wed, Apr 8, 2009 at 7:56 AM, Patricia A Moss <pmoss4_at_csc.com> 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/

chris

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

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