[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: Thu, 9 Apr 2009 06:51:19 -0500

On Apr 9, 2009, at 06:20, Patricia A Moss wrote:

> Ryan Schmidt wrote:
>
> >If httpd is already configured, made and installed, then you don't
> >need to change that, and in fact, you must already have a copy of apr
> >and apr-util installed, because httpd is using it, so you should find
> >where those installed copies of apr-1-config and apu-1-config already
> >are on your system and point subversion's configure script at them.
> >It is important that the apr and apr-util that subversion uses are
> >the same apr and apr-util that httpd uses, if you want them to play
> >nicely together.
>
> I didn't have the apr-1-config and apu-1-config files until after
> you said I needed to run ./configure in the srclib/apr and srclib/
> apr-util directories.
> So, when I now run the ./configure in the subversion directory do I
> want to point my --with-apr and apr-util directly at the apr-1-
> config and apu-1-config files or should I point to the apr and apr-
> util directories?

I'm not sure. I use MacPorts to install software. For both apache2
and subversion, it adds the configure arguments

--with-apr=${prefix}/bin/apr-1-config
--with-apr-util=${prefix}/bin/apu-1-config

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

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