Install FLTP in VPS

mverte

New Member
Good day, I'm using CentOS release 5.6 (Final) on my VPS
I'm trying to install FLTP, for maintenance, but when I use the command yum install lftp

Code:
root@host [~]# yum install lftp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos-distro.cavecreek.net
 * extras: centos-distro.cavecreek.net
 * updates: mirror.5ninesolutions.com
base                                                                         | 1.1 kB     00:00
extras                                                                       | 2.1 kB     00:00
updates                                                                      | 1.9 kB     00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package lftp.i386 0:3.7.11-4.el5_5.3 set to be updated
--> Processing Dependency: perl(String::CRC32) for package: lftp
--> Processing Dependency: perl-String-CRC32 for package: lftp
--> Finished Dependency Resolution
lftp-3.7.11-4.el5_5.3.i386 from base has depsolving problems
  --> Missing Dependency: perl(String::CRC32) is needed by package lftp-3.7.11-4.el5_5.3.i386 (base)
lftp-3.7.11-4.el5_5.3.i386 from base has depsolving problems
  --> Missing Dependency: perl-String-CRC32 is needed by package lftp-3.7.11-4.el5_5.3.i386 (base)
Error: Missing Dependency: perl(String::CRC32) is needed by package lftp-3.7.11-4.el5_5.3.i386 (base)
Error: Missing Dependency: perl-String-CRC32 is needed by package lftp-3.7.11-4.el5_5.3.i386 (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.

As I can solve my problem and install, lftp in my root account

Thanks!
 
Top