On Apr 9, 2009, at 05:43, Patricia A Moss wrote:
> Ryan Schmidt wrote:
>
>> On Apr 9, 2009, at 05:25, Patricia A Moss wrote:
>>
>>> This may be a part of my problem. Besides running a ./configure in
>>> the httpd-2.2.11 directory, do I also need to run a .configure in
>>> the httpd-2.2.11/srclib/apr and apr-util directories?
>>
>> I don't know if it works without doing this, but I configure, make
>> and make install apache2, apr, apr-util, expat, gettext, libiconv,
>> neon, openssl, pcre, serf and sqlite3 (or rather my package manager
>> does) before configuring subversion.
>
> OK. I am doing this for apr and apr-util now. Will I need to
> reconfigure,make and make install httpd or just subversion?
> Thanks,so much, for this help.
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.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1612712
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-09 12:47:58 CEST