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