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

Re: subversion 1.5.2 compile issue with apr 1.2.2 and apr 0.9.x

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Mon, 15 Sep 2008 17:14:51 -0500

On Sep 15, 2008, at 15:07, suricate_at_mattelau.net wrote:

> I have a problem while compiling subversion from source ( v 1.5.2 )
> I already have apache 2.2.0 working quite well, and apr + apr-util
> v 1.2.2 installed ( shipped with apache )
> apache, apr and apr-util are also built from source.
> When compiling subversion, every thing goes very well, except that
> built binaries depend on libapr and libapr-util version 0.9.x and
> 1.1.2.
> And of course, as I don't have apr 0.9.x installed, nothing works ;-(
>
> Has anyone an idea ?
>
> here are my configure options : '
> ./configure --prefix=/usr --sysconfdir=/etc --with-apxs=/home/www/
> bin/apxs --with-apr=/home/www/bin --with-apr-util=/home/www/bin/ --
> with-neon=/usr --without-swig --with-swig=no --with-jikes=no --
> enable-javahl=no

Change these configure arguments:

--with-apr=/home/www/bin
--with-apr-util=/home/www/bin/

To these:

--with-apr=/home/www/bin/apr-1-config
--with-apr-util=/home/www/bin/apu-1-config

Also, please consider upgrading to the current versions of apr
(1.3.3), apr-util (1.3.4) and apache (2.2.9).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-16 00:15:36 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.