[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
> apache not being able to load the mod_dav_svn.so lib...
>
> i have httpd2.0.50, installed from the RH rpm. i have the subversion app,
> built from source. i also have berkeley db4.2 built from source.
>
> the various hits from google seem to point to some type of conflict
> regarding the subversion app and apache.
>
> how can i guarantee that i'm building subversion against the 'correct' httpd
> libs...
>
> i've rebuilt the subversion app after installing httpd but i still have the
> mod_dav_svn issue....

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 \
--with-apr=/path/to/RH/apr \
--with-apr-util=/path/to/RH/aprutil \
--with-apxs=/path/to/apxs

followed by any other configure options you are using.

Cheers,
b

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 8 18:36:49 2004

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.