Problems installing svn (mod_dav_svn)

spoonfed

Verified User
Joined
Mar 26, 2008
Messages
23
New update:

I didn't read the error very well the last time, mod_dav_svn requires httpd 2.2.3 and above and i have 2.2.8.
Any ideas of what to do to get it to understand 2.2.8 is > 2.23?

Code:
[root@server ~]# rpm -ivh mod_dav_svn-1.5.0-0.29869.i386.rpm
error: Failed dependencies:
        httpd >= 2.2.3 is needed by mod_dav_svn-1.5.0-0.29869.i386
[root@server ~]# httpd -v
Server version: Apache/2.2.8 (Unix)
Server built:   Mar 27 2008 11:30:53
[root@server ~]#
 
Last edited:
Just remove the extra line calling libphp5.so in your httpd.conf.
 
Okay, trying rpm install gives the missing dependency above, and trying a yum install gives this missing dependency, which i think is just another way of saying it.

Code:
Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn

I've tried rebuilding apache with custombuild but with no result.

Any ideas welcome. :)
 
Back
Top