mod_dav_svn dependencie check fail

z-hoster

Member
Aug 8, 2005
15
0
151
Hi i need to install on my cpanel server running redhat a full svn installation (BTW, would be great if this could be included in the easy apache options ...) Anyway, i runned the following command:

yum install subversion

And it worked great. it finised with a nice "Complete!"

I double cheked with
svn --version

and got

svn, version 1.6.11 (r934486) compiled Apr 11 2013, 16:13:51

So fare so good ... Next command was
yum install mod_dav_svn

And that returned

Code:
root@cpanel [~]# yum install mod_dav_svn
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
 * base: centos.mirror.netelligent.ca
 * extras: centos.mirror.netelligent.ca
 * updates: less.cogeco.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_dav_svn.x86_64 0:1.6.11-9.el6_4 will be installed
--> Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn-1.6.11-9.el6_4.x86_64
--> Finished Dependency Resolution
Error: Package: mod_dav_svn-1.6.11-9.el6_4.x86_64 (updates)
           Requires: httpd-mmn = 20051115
 You could try using --skip-broken to work around the problem
I made a search on the web but found very little info on this issue. What is httpd-mmn and how can i get it to 20051115 ?
 
Last edited:

z-hoster

Member
Aug 8, 2005
15
0
151
What can i do to get pass this error
Error: Package: mod_dav_svn-1.6.11-9.el6_4.x86_64 (updates) Requires: httpd-mmn = 20051115
 

Veeble-Adam

Active Member
May 7, 2013
43
0
6
cPanel Access Level
Root Administrator
Did you try to install it via RPM?

/http://rpmfind.net/linux/RPM/centos/updates/6.4/x86_64/Packages/mod_dav_svn-1.6.11-9.el6_4.x86_64.html
/http://pkgs.org/centos-6-rhel-6/centos-rhel-x86_64/mod_dav_svn-1.6.11-7.el6.x86_64.rpm.html
 

cPanelKenneth

cPanel Development
Staff member
Apr 7, 2006
4,607
80
458
cPanel Access Level
Root Administrator
Installing mod_dav_svn from yum is not easily doable on a server running cPanel & WHM. The mod_dav_svn package depends upon the Apache packages provided by CentOS. On a cPanel & WHM server, Apache is not provided by RPM, but is source compiled by EasyApache. You might find success with this guide: How to configure Subversion + Apache [mod_dav_svn.so] in CPanel | ServerAdminz (found through random Google search).
 

upsforum

Well-Known Member
Jul 27, 2005
474
0
166
I see this guide but I blocked to this :

./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr-util=/home/cpeasyapache/src/httpd-2.2/srclib/apr-util --with-apr=/home/cpeasyapache/src/httpd-2.2/srclib/apr

get errors:

configure: checking neon library
checking for neon-config... no

An appropriate version of neon could not be found, so libsvn_ra_neon
will not be built. If you want to build libsvn_ra_neon, please either
install neon 0.29.0 on this system

or

get neon 0.29.0 from:
http://www.webdav.org/neon/neon-0.29.0.tar.gz
unpack the archive using tar/gunzip and rename the resulting
directory from ./neon-0.29.0/ to ./neon/

no suitable neon found
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
configure: looking for apr_memcache as part of apr-util
checking apr_memcache.h usability... yes
checking apr_memcache.h presence... yes
checking for apr_memcache.h... yes
checking for apr_memcache_create in -laprutil-1... no
checking for Apache module support via DSO through APXS... found at /usr/local/apache/bin/apxs
checking httpd version... recent enough
checking whether Apache version is compatible with APR version... no
configure: error: Apache version incompatible with APR version
 
Thread starter Similar threads Forum Replies Date
S Developer Experience 2