Re: svn/apache...
From: Bryan Dyck <bdyck_at_mac.com>
Date: 2004-09-08 18:36:16 CEST
On Sep 8, 2004, at 5:43 AM, bruce wrote:
> in trying to get apache and svn to run together, i know have an issue of
Well, you definitely need to make sure that you are pointing the Subversion build at the RedHat-installed versions of APR and APRUTIL. These also come with the Subversion tarball, and the configure script might be using those ones instead of the ones already on your system. You also need to specify the location of the Apache APXS utility, which is required in order to build the mod_dav_svn and mod_authz_svn DSOs.
For example (I've broken it across lines to make it easier to read):
[prompt]$ ./configure \
followed by any other configure options you are using.
Cheers,
---------------------------------------------------------------------
|
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.