PDA

View Full Version : install subversion



h4nh4n
12-20-2006, 07:31 AM
Hi guys, I m going to install subversion on ssh however it came up with the error message at the end.
here's the code:


# yum install subversion

Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package subversion.i386 0:1.1.4-2.ent set to be updated
--> Running transaction check
--> Processing Dependency: libneon.so.24 for package: subversion
--> Processing Dependency: libswigpy.so.0 for package: subversion
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package neon.i386 0:0.24.7-4 set to be updated
---> Package swig.i386 0:1.3.21-6 set to be updated
--> Running transaction check
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Processing Dependency: libqthreads.so.12 for package: swig
--> Processing Dependency: libguile.so.12 for package: swig
--> Processing Dependency: libguile-ltdl.so.1 for package: swig
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package guile.i386 5:1.6.4-14 set to be updated
--> Running transaction check
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Processing Dependency: umb-scheme >= 3.2-21 for package: guile
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package umb-scheme.i386 0:3.2-36.EL4 set to be updated
--> Running transaction check
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion
--> Finished Dependency Resolution
Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion


Anyone knows how to solve this? I run a vps with cpanel/whm...

Thanks :)

MXHUB
12-20-2006, 09:46 PM
You need to update your perl(URI) to at least 1.17 .

ServerHostPlus
12-29-2006, 04:04 AM
You need to update your perl(URI) to at least 1.17 .

Yeap. I fully agree with you. I think it will help you.

PowerVPS
01-19-2007, 11:42 PM
actually, cPanel breaks perl in the latest release.

don't assume a simple question has a simple answer :p

but in this case it does.......


yum install up2date
up2date install subversion

hope that helps!

hostlocity
01-31-2007, 08:39 AM
When I type
up2date install subversion I get the following message. Could someone please tell me how to solve this?


Fetching Obsoletes list for channel: dries...
initRepo

Fetching obsoletes list for http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/3/i386/dries/RPMS/...

Fetching Obsoletes list for channel: freshrpms...
initRepo

Fetching obsoletes list for http://ayo.freshrpms.net/fedora/linux/3/i386/freshrpms...

Fetching Obsoletes list for channel: kde-all...
initRepo

Fetching obsoletes list for http://apt.kde-redhat.org/apt/kde-redhat/all/stable...

Fetching Obsoletes list for channel: kde...
initRepo

Fetching obsoletes list for http://apt.kde-redhat.org/apt/kde-redhat/fedora/4/i386/stable...

Fetching Obsoletes list for channel: extras...
initRepo

Fetching obsoletes list for http://download.fedoraproject.org/pub/fedora/linux/extras/4/i386/...

Fetching Obsoletes list for channel: updates-released...
initRepo

Fetching obsoletes list for http://mirrors.csumb.edu/pub/fedora/updates/4/i386/...

Fetching Obsoletes list for channel: base...
initRepo

Fetching obsoletes list for http://download.fedoraproject.org/pub/fedora/linux/core/4/i386/os/...

Fetching rpm headers...
rpm was unable to load a header
initRepo
bytes=440-36851
An error has occurred:
exceptions.IndexError
See /var/log/up2date for more information

hzSari
12-10-2008, 01:03 AM
Try using these commands, it does work fine :


wget the perl-URI from the rpmfind repository :

http://rpmfind.net/linux/fedora/releases/7/Everything/x86_64/os/Fedora/perl-URI-1.35-3.noarch.rpm

And then :

# rpm -i perl-URI-1.35-3.noarch.rpm
# yum install subversion

Subversion can be installed without issues with the above.

~ServerPoint~
12-10-2008, 02:30 AM
I believe this thread is old enough to be closed.