mod_dav_svn

felosi

Verified User
Joined
Jun 17, 2006
Messages
135
I been trying to install mod_dav_svn on apache 2.26/custombuild and have no luck.

Im on centos64. Tried to install subversion from source but once I updated the db4 stuff it would no longer compile.

Anyone here have any experience installing the svn stuff on apache2.26/custombuild?
 
I had troubles too, but i had forgotten to clean all the files.
Have you followed all the instructions?

# rm -f /usr/local/lib/libsvn*
# rm -f /usr/local/lib/libapr*
# rm -f /usr/local/lib/libexpat*
# rm -f /usr/local/lib/libneon*

Start the process by running "autogen.sh":

$ sh ./autogen.sh


$ ./configure
$ make
# make install
 
Last edited:
Back
Top