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

RPM Build Issues - SVN 1.2.3 on RHEL4

From: James J. Perry <jjperry_at_water.com>
Date: 2005-11-14 20:25:28 CET

I found an issue while building SVN 1.2.3 RPMS on a stock RedHat AS4v2.
What I found was that the process did a build fine, but failed in the
DAV testing phase. After checking I found that the davcheck.sh was not
configuring the httpd.conf properly to allow the httpd-2.0.54-10 to
start. What I found as a quick hack was to add the lines to the tarball
file subversion-1.2.3/subversion/tests/clients/cmdline/davautocheck.sh:

 

LoadModule mime_magic_module
/usr/lib/httpd/modules/mod_mime_magic.so

LoadModule mime_module /usr/lib/httpd/modules/mod_mime.so

LoadModule auth_module /usr/lib/httpd/modules/mod_auth.so

 

Not sure if it is something weird on what I loaded or not. I am using
the stable version as we are going to be doing proof-of-concept testing
as a CVS replacement. I did not want them running the latest build at
this time.

 

   Thanks!

   -Jim
Received on Mon Nov 14 23:39:48 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.