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

Re: building subversion from tar ball

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Thu, 15 Oct 2009 22:34:36 -0500

On Oct 15, 2009, at 22:19, Tena Sakai wrote:

> As I understand, the apache httpd uses different
> versions of apr. The subversion install guide I
> am looking at tells me that httpd 2.0 uses apr 0.9.x
> and httpd 2.2 uses apr 1.2.x.
>
> As I build subversion from tar ball, here's the
> complaint I get from running configure script:
> .
> .
> checking httpd version... recent enough
> checking whether Apache version is compatible with APR version... no
> configure: error: Apache version incompatible with APR version
>
> Question #1:
> How would I find out which version of httpd I am
> using?

$ httpd -v
Server version: Apache/2.2.11 (Unix)
Server built: May 18 2009 12:37:03

> Question #2:
> In terms of running configure script, how would I
> tell I want apr 0.9.x be used (instead of 1.2.x)?
> Ie., how would I ask:
> $ ./configure --please-use-apr-0.9.x

$ ./configure \
--with-apr=/path/to/apr-config \
--with-apr-util=/path/to/apu-config

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

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