i can't update my CentOS with yum

deja_wu

Verified User
Joined
Jun 5, 2008
Messages
23
i run "yum update" but i can't update.the last error lines as below:


--> Running transaction check
--> Processing Dependency: perl(Digest::SHA1) for package: syslinux
--> Processing Dependency: perl(Crypt::passwdMD5) for package: syslinux
--> Finished Dependency Resolution
Error: Missing Dependency: perl(Digest::SHA1) is needed by package syslinux
Error: Missing Dependency: perl(Crypt::passwdMD5) is needed by package syslinux


can you help me ? :)
 
my error continue

Try to install these modules with CPAN.

thanks for reply i have installed and configured CPAN and orher modules but i have same problem still

Error: Missing Dependency: perl(Digest::SHA1) is needed by package syslinux
Error: Missing Dependency: perl(Crypt::passwdMD5) is needed by package syslinux
 
Do you even need syslinux? You only need it if you're booting your server from an MS-Windows or MS-DOS partition or a floppy drive formatted for MS-DOS.

If you don't need it, then add it to the exclude line at /etc/yum.conf, and yum won't try to update it anymore.

Jeff
 
Back
Top