subversion instillation on centos 5.8
Posted
by
user57221
on Server Fault
See other posts from Server Fault
or by user57221
Published on 2012-06-13T08:48:05Z
Indexed on
2012/06/13
10:42 UTC
Read the original article
Hit count: 270
I am trying to install subversion on centos 5.8 usingyum install subversion
and it is throwing the error below.
.....
....
Total size: 7.3 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
libapr-1.so.0()(64bit) is needed by subversion-1.6.11-10.el5_8.x86_64
libaprutil-1.so.0()(64bit) is needed by subversion-1.6.11-10.el5_8.x86_64
libapr-1.so.0()(64bit) is needed by (installed) mod_perl-2.0.4-6.el5.x86_64
apr is needed by (installed) httpd-2.2.22-12051516.x86_64
/usr/lib64/libapr-1.so.0 is needed by (installed) httpd-2.2.22-12051516.x86_64
libaprutil-1.so.0()(64bit) is needed by (installed) mod_perl-2.0.4-6.el5.x86_64
apr-util is needed by (installed) httpd-2.2.22-12051516.x86_64
/usr/lib64/libaprutil-1.so.0 is needed by (installed) httpd-2.2.22-12051516.x86_64
Complete!
(1, [u'Please report this error in http://bugs.centos.org/yum5bug'])
How do i resolve this?
© Server Fault or respective owner