yum update issues

txt3rob

Verified User
Joined
Jan 16, 2007
Messages
101
centos 4.4

Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package lftp.i386 0:3.5.9-1.el4.rf set to be updated
--> Running transaction check
--> Processing Dependency: perl(String::CRC32) for package: lftp
--> Finished Dependency Resolution
Error: Missing Dependency: perl(String::CRC32) is needed by package lftp

when running yum update lftp any ideas?
 
Code:
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Fri, 09 Feb 2007 00:08:36 GMT
Warning: Cannot install String::CRC3, don't know what it is.
Try the command

    i /String::CRC3/

to find objects with matching identifiers.
[root@server ~]# /usr/bin/cpan -i /String::CRC3/
Sorry, install with a regular expression is not supported
[root@server ~]#

strange
 
[root@server ~]# /usr/bin/cpan -i /String::CRC3/
Sorry, install with a regular expression is not supported
The command is:
/usr/bin/cpan -i String::CRC3
You can also delete the content of:
rm -rf /root/.cpan/Metadata/*
The system will download fresh files from CPAN.
 
Code:
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Fri, 09 Feb 2007 00:08:36 GMT
Warning: Cannot install String::CRC3, don't know what it is.
Try the command

    i /String::CRC3/

to find objects with matching identifiers.

with the first code you gave me

Code:
[root@server ~]# rm -rf /root/.cpan/Metadata/*
rm: cannot remove `/root/.cpan/Metadata/*': Not a directory


still no joy :(
 
Code:
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Fri, 09 Feb 2007 00:08:36 GMT
Warning: Cannot install String::CRC3, don't know what it is.
Try the command

    i /String::CRC3/

to find objects with matching identifiers.

Its install String::CRC32 NOT String::CRC3
 
its said its up to date :)

but still when running yum it still carnt find it :S
 
Back
Top