Installing Subversion on a cPanel Server
It should be easy right? Just “yum install subversion”.
Nope. You get this error message:
Error: Missing Dependency: perl(URI) >= 1.17 is needed by package
It’s not a problem in CentOS, no, it’s a restriction created by cPanel to control what is installed using yum.
Here’s what you do:
- Edit your “/etc/yum.conf” file.
- Remove “perl*” from the “exclude” line.
- Run your “yum install subversion”
- Add the “perl*” back to the “exclude” line in the yum file.
That’s it! It will install as expected.
Related posts:
- The requested URL /cpanel was not found on this server If you run cPanel servers, then you may at some...
- Installing IonCube Loader with cPanel on CentOS There seems to be limited details of how this is...
- Setting up a FreeBSD socks proxy server for use with mIRC I’m getting fed up with my current IRC BNC software....
- error: no dbpath has been set I’ve recently been having trouble with a OpenVZ VPS upgraded...
- Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded. Got this error with cpanel? Domain example.com has exceeded the...