No Subversion? yum install subversion doesn’t works?

-->

root@box [/home]# yum install subversion mod_dav_svn

Loaded plugins: dellsysid, fastestmirror

Loading mirror speeds from cached hostfile

* addons: centos.maulvi.net

* base: centos.maulvi.net

* extras: centos.maulvi.net

* updates: centos.maulvi.net

Excluding Packages in global exclude list

Finished

Setting up Install Process

Resolving Dependencies

–> Running transaction check

—> Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn

—> Package subversion.i386 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: perl(URI) >= 1.17 for package: subversion

–> Processing Dependency: neon >= 0.25.5-6.el5 for package: subversion

–> Processing Dependency: libneon.so.25 for package: subversion

–> Processing Dependency: libapr-1.so.0 for package: subversion

–> Processing Dependency: libaprutil-1.so.0 for package: subversion

—> Package subversion.x86_64 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: perl(URI) >= 1.17 for package: subversion

–> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion

–> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion

–> Running transaction check

—> Package apr.i386 0:1.2.7-11.el5_3.1 set to be updated

—> Package apr.x86_64 0:1.2.7-11.el5_3.1 set to be updated

—> Package apr-util.i386 0:1.2.7-7.el5_3.2 set to be updated

–> Processing Dependency: libpq.so.4 for package: apr-util

—> Package apr-util.x86_64 0:1.2.7-7.el5_3.2 set to be updated

–> Processing Dependency: libpq.so.4()(64bit) for package: apr-util

—> Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn

—> Package neon.i386 0:0.25.5-10.el5_4.1 set to be updated

—> Package neon.x86_64 0:0.25.5-10.el5_4.1 set to be updated

—> Package subversion.i386 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: perl(URI) >= 1.17 for package: subversion

—> Package subversion.x86_64 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: perl(URI) >= 1.17 for package: subversion

–> Running transaction check

—> Package mod_dav_svn.x86_64 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn



—> Package postgresql-libs.i386 0:8.1.18-2.el5_4.1 set to be updated

—> Package postgresql-libs.x86_64 0:8.1.18-2.el5_4.1 set to be updated

—> Package subversion.i386 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: perl(URI) >= 1.17 for package: subversion

—> Package subversion.x86_64 0:1.4.2-4.el5_3.1 set to be updated

–> Processing Dependency: perl(URI) >= 1.17 for package: subversion

–> Finished Dependency Resolution

subversion-1.4.2-4.el5_3.1.i386 from base has depsolving problems

–> Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.i386 (base)

subversion-1.4.2-4.el5_3.1.x86_64 from base has depsolving problems

–> Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.x86_64 (base)

mod_dav_svn-1.4.2-4.el5_3.1.x86_64 from base has depsolving problems

–> Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn-1.4.2-4.el5_3.1.x86_64 (base)

Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.i386 (base)

Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion-1.4.2-4.el5_3.1.x86_64 (base)

Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn-1.4.2-4.el5_3.1.x86_64 (base)

You could try using –skip-broken to work around the problem

You could try running: package-cleanup –problems

package-cleanup –dupes

rpm -Va –nofiles –nodigest

The program package-cleanup is found in the yum-utils package.

It has been two days of my time wasted, trying to install red5 using subversion, but the problem is not the red5 installation got problem, but I cannot install subversion using yum on centos box! as you guys can see above!

Solutions:

1st make a copy of yum.conf

cp /etc/yum.conf /etc/yum-mohdazam.conf

2nd, modify the copy of your yum config file, (in this case im using nano, use your preferred editor program)

nano /etc/yum-mohdazam.conf

3rd, comment(just add # add the beginning of the line) the whole line of

#exclude=apache* bind-chroot courier* dovecot* exim* httpd* mod_ssl* mysql* nsd* perl* php* proftpd* pure-ftpd* ruby* spamassassin* squirrelmail* wget*

4th, run yum installation using below command

root@box [/home]# cp /etc/yum.conf /etc/yum-mohdazam.conf

and now you are done…!



Recent Entries

3 Responses to “No Subversion? yum install subversion doesn’t works?”

  1. amine Says:

    really helpful, thank you very much :) .

  2. nandini Says:

    didnt get the last line….

    4th, run yum installation using below command

    root@box [/home]# cp /etc/yum.conf /etc/yum-mohdazam.conf

  3. CrusheD_LameR Says:

    sorry, what you need to do is just make a copy of your yum conf file, then comment the line as above, and then you can just use the yum already, the 4th might be technical error while I wrote this…its just make another copy of yum..so you can ignore the last line..

Leave a Reply