hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Installing Subversion on CentOS
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Installing Subversion on CentOS

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 12-28-2010, 02:46 PM
ShibSta ShibSta is offline
Newbie
 
Join Date: Jun 2006
Posts: 10

Installing Subversion on CentOS


I am trying to install Subversion on CentOS 5.5 but get the following output:
Quote:
root@alpha [~]# yum -y install subversion
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.web-ster.com
* base: mirror.its.uidaho.edu
* extras: centos.promopeddler.com
* updates: centos.promopeddler.com
Excluding Packages in global exclude list
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> 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_5.3 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_5.3 set to be updated
---> Package apr-util.i386 0:1.2.7-11.el5_5.2 set to be updated
--> Processing Dependency: libpq.so.4 for package: apr-util
---> Package apr-util.x86_64 0:1.2.7-11.el5_5.2 set to be updated
--> Processing Dependency: libpq.so.4()(64bit) for package: apr-util
---> 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 postgresql-libs.i386 0:8.1.22-1.el5_5.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.22-1.el5_5.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.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)
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)
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)
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.
I'm an amateur when it comes to working with *nix so could someone please be specific in assisting me with this matter?

Thanks

Reply With Quote


Sponsored Links
  #2  
Old 12-28-2010, 04:36 PM
M Bacon M Bacon is offline
Global Solutions Provider
 
Join Date: Apr 2009
Posts: 3,174
Did you try this ?
Code:
yum -y install subversion --skip broken

__________________
http://rlshosting.com
RLS Hosting | Real, Logical, & Solid.
Web Hosting, Master Resellers, Dedicated Servers, & Domain Registration.
RVSkins, Better Linux, & Softaculous Premium Auto Installer


Reply With Quote
  #3  
Old 12-28-2010, 04:55 PM
Johnny D Johnny D is offline
Web Hosting Guru
 
Join Date: Dec 2005
Location: Swansea, United Kingdom
Posts: 346
Try:

Code:
wget ftp://ftp.muug.mb.ca/mirror/centos/5.5/os/x86_64/CentOS/perl-URI-1.35-3.noarch.rpm
rpm -i perl-URI-1.35-3.noarch.rpm
yum install subversion

__________________



Reply With Quote
Sponsored Links
  #4  
Old 12-29-2010, 12:02 AM
fabin fabin is offline
Web Hosting Evangelist
 
Join Date: Mar 2009
Location: Gods Own Country
Posts: 530
I think you are using cPanel. Perl packages are excluded in /etc/yum.conf

__________________
Fabin M @ Xieles Support
High Quality Server Management | support @ xieles.com
http://xieles.com

Reply With Quote
  #5  
Old 12-29-2010, 12:04 AM
MikeDVB MikeDVB is offline
Web Host Extraordinaire!!!
 
Join Date: Dec 2007
Location: Indianapolis, Indiana USA
Posts: 14,333
Quote:
Originally Posted by fabin View Post
I think you are using cPanel. Perl packages are excluded in /etc/yum.conf
Absolutely right - you would want to edit /etc/yum.conf and remove "perl*" from the exclude line just long enough to install subversion and then add it back.

The reason I would say to add it back, is that cPanel excludes perl upgrades from YUM for a reason, likely it's to prevent YUM upgrades from breaking cPanel.

__________________
Michael Denney - MDDHosting, LLC - Professional Hosting Solutions
LiteSpeed Powered - Shared, Reseller, Semi-Dedicated, and VPS
For high-end shared accounts ideal for business, check out our Semi-Dedicated offerings!
http://www.mddhosting.com/ - Providing Quality Services since 2007

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing CentOS projectmelano Dedicated Server 18 07-10-2008 12:35 AM
Installing subversion, cannot find -lexpat chielsen Hosting Security and Technology 8 03-17-2008 06:14 PM
Installing Red5 in CentOS wbpro Hosting Software and Control Panels 2 06-29-2007 06:24 AM
Installing MySQL 4.1 on CentOS 3.7 flashwebhost Hosting Security and Technology 2 06-05-2006 09:33 AM
Installing Centos? Kamilek Hosting Security and Technology 3 02-02-2006 05:24 PM

Related posts from TheWhir.com
Title Type Date Posted
Solar VPS Becomes Official Mirror for Centos and Ubuntu Web Hosting News 2013-04-16 11:03:34
Inerol Solutions Launches XEN VPS Hosting Service Web Hosting News 2013-04-08 12:32:06
Web Host Rackspace Adds FreeBSD 9, CentOS 6.3 Support to Cloud Servers Web Hosting News 2012-07-30 12:47:10
Web Host ServerPronto Donates Hosting Resources to CentOS Web Hosting News 2012-07-05 14:06:27
Web Host NetHosting Announces Support for CentOS 6 Web Hosting News 2011-07-05 20:15:20


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?