Discussion:
[clamav-users] ClamAV/AIX6.1/gcc4.8.3 - openssl error -X509_VERIFY_PARAM_new missing
(too old to reply)
Anastasia Koutsou
2016-07-21 17:15:10 UTC
Permalink
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.

Any other ideas?

Thanks
_______________________________________________
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml
Dave McMurtrie
2016-07-22 08:17:46 UTC
Permalink
Post by Anastasia Koutsou
Hi
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

Loading...