On Thu, 2016-07-21 at 20:15 +0300, Anastasia Koutsou wrote: > Hi > > I am having the same problem installing clamav 0.98.7. I installed openssl > version 0.9.8zh from sources into /user/local and then used argument > --with-openssl=/usr/local/ssl in configure of clamav. But I still get: > > checking for X509_VERIFY_PARAM_new in -lssl... no > configure: error: Your OpenSSL installation is missing the X509_VERIFY_PARAM > function. Please upgrade to a more recent version of OpenSSL.
X509_VERIFY_PARAM does exist in openssl-0.9.8zh, so configure probably isn't finding your OpenSSL libs. Look in config.log and you should be able to determine why. I am curious why you're using such an old version of OpenSSL if you're building from source anyway. hth, Dave _______________________________________________ Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml
