LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Yum install clamav problem (https://www.linuxquestions.org/questions/linux-general-1/yum-install-clamav-problem-551401/)

leiw 05-04-2007 09:45 PM

Yum install clamav problem
 
Hello,

The following is the problem when install clamav,

Hi,

Here is what I got:

[root@ftp ~]# yum install clamav
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package clamav.i386 111:0.90.2-1 set to be updated
--> Running transaction check
--> Processing Dependency: libcrypto.so.5 for package: clamav
--> Processing Dependency: libssl.so.5 for package: clamav
--> Processing Dependency: libkrb5support.so.0 for package: clamav
--> Finished Dependency Resolution
Error: Missing Dependency: libcrypto.so.5 is needed by package clamav
Error: Missing Dependency: libssl.so.5 is needed by package clamav
Error: Missing Dependency: libkrb5support.so.0 is needed by package clamav


Please help

jay73 05-04-2007 10:40 PM

Hmm, maybe use google and try to find the packages that provide the missing dependencies so you can isntall them manually. Unfortunately, such packages can be hard to find and when you try to install them, they may only throw up a series of dependency issues all of their own...

Here is one example:

http://rpmfind.net/linux/rpm2html/se...libcrypto.so.5

download the one matching your version of Fedora, cd to the place where it was downloaded and then do:

rpm -Uvh (package)

billymayday 05-04-2007 10:54 PM

What repos do you have activated? These should all be available from the basic FC repositories

leiw 05-04-2007 11:54 PM

My Linux OS is Centos 4.4, the openssl version is not match the new one... and
I don't know where can find to match Centos4.4 ....

[root@ftp ~]# rpm -q --provides openssl
config(openssl) = 0.9.7a-43.14
libcrypto.so.4
libssl.so.4
openssl = 0.9.7a-43.14

billymayday 05-05-2007 12:30 AM

Try yum updaye penssl

but what repos are you using (again)?

leiw 05-05-2007 09:29 PM

CentOS-Base.repo CentOS-Media.repo crash-hat.repo

crash-hat.repo for clamav yum

billymayday 05-06-2007 02:05 AM

Did you try updating openssl?

billymayday 05-06-2007 02:09 AM

Perhaps try Dries. Mine works from there

http://dries.studentenweb.org/rpm/

leiw 05-06-2007 04:14 AM

[root@ftp ~]# yum update openssl
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Could not find update match for openssl
No Packages marked for Update/Obsoletion

I following Clamav offical website to do the yum installation:
http://www.clamav.net/download/packages/packages-linux


Thanks


All times are GMT -5. The time now is 10:33 PM.