clamav

linuxlearner

Verified User
Joined
May 26, 2005
Messages
14
i got this warning: clamav-0.85.1-1.i386.rpm: V3 DSA signature: NOKEY, key ID 6cdf2cc1
error: Failed dependencies:
libcurl.so.2 is needed by clamav-0.85.1-1.i386

where can i get libcurl.so.2 ?
 
Probably you are having and rpm based system like Centos or RHE ?

You can use yum or up2date

Try this
Code:
yum check-update
yum install curl

Or you can find it in official curl site
or via rpm search

good luck!
 
i found on google that Openssl contain libcurl.so.2, so i installed openssl096b-0.9.6b-21.i386.rpm , but then still

Failed dependencies:
libcurl.so.2 is needed by clamav-0.85.1-1.i386

i checked /usr/bin and found there's no libcurl.so.2 :confused:
 
OpenSSL does not include libcurl did you try install curl via yum, no!

Did you go to the official site of curl to download the rpm, no!

Why you search to google my previous answer is not understood??

I told you the package that you want is curl.

yum install curl
apt-get install curl

or you can search for it with

yum search curl
apt-cache search curl

curl and libcurl is what you want , read my previous post there is a link to official site.

(libcurl is library not an executable!
Is located in /lib or in /usr/local/lib
if you install it from source remember to run ldconfig , check also /etc/ld.so.conf to include
path to libcurl)
 
Last edited:
sorry i forgot that i already installed curl before making this thread and couldn't find libcurl.so.2 in /usr/lib

anyway, i had my support guy to get it for me.

Thanks for your help.
 
Back
Top