On Jun 19, 2006, at 13:13, Indraveni wrote:
>> >> Was Subversion compiled with the same version of APR as your
>> Apache?
>> >> It needs to be.
>> >
>> > Yes, i have done a mistake here i suppose. For compiling subversion
>> > i used the following command
>> >
>> > ./configure --with-apxs=/usr/local/apache/bin/apxs --without-
>> > berkeley-db --with-ssl=/usr/local/openssl-0.9.7g/ --with-neon=/usr/
>> > local/neon/
>> >
>> > how can i give thh apr support as you asked me to check??
>> >
>> > Is there anything else that i need to use in this compilation
>> command
>>
>> I looked at "./configure --help" for Subversion 1.3.2, and it says
>> you can use "--with-apr=PATH" and "--with-apr-util=PATH". Try using
>> those and pointing them at wherever your apr and apr-util are,
>> presumably near /usr/local/apache.
>
> I am not having any apr and apr-util directory in the apache
> folder.....
>
> What should i do? I am using apache 2.0.55 version
Maybe they're not in the apache directory. I don't know where they
are on your system. But Apache requires them, so they're somewhere.
On my Mac OS X system with DarwinPorts, libapr-1.dylib and
libaprutil-1.dylib and others are in /opt/local/lib, so Subversion is
configured with --with-apr=/opt/local and --with-apr-util=/opt/local
but they're probably somewhere else on your system. You'll have to
discover where on your system they are, then supply those paths to
the Subversion ./configure command.
My apache2, on the other hand, seems to have been configured with --
with-apr=/opt/local/bin/apr-1-config and --with-apr-util=/opt/local/
bin/apu-1-config; perhaps that's equivalent. If you can locate the
apr-1-config and apu-1-config programs on your system, you can try
pointing at those files. Or perhaps you have an earlier version of
APR; maybe they're called apr-0-config and apu-0-config.
P.S.: When you reply, please use the "reply to all" feature of your
mail program so that the reply also goes to the mailing list and not
just to me. :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 19 13:52:44 2006