Hi, Gary--

On May 12, 2014, at 12:08 PM, Gary <o...@ibsltd.ca> wrote:
> I have been using ClamAV for years and never had any issues!!
> 
> Oh well... - a good run indeed.
> 
> Mac OSX 10.5.8
> clamav-0.98.3
> 
> It will configure - the make file exits with the following error:
> 
> crypto.c: In function 'cl_validate_certificate_chain':
> crypto.c:834: error: 'X509_VERIFY_PARAM' undeclared (first use in this 
> function)

I believe MacOS X 10.5.8 had openssl-0.9.7l.

X509_VERIFY_PARAM seems to have been introduced with openssl-0.9.8; it looks 
like
ClamAV is using the capability to look for SSL cert revocation.

[ ... ]
> I have tested the build on OSX 10.6 - no problem. All systems that are still
> using 10.5.8 fail with the above error (that I have tested).
> 
> Reinstalled clamav-0.98.1 - no issues.
> 
> Any suggestions? I can not upgrade these systems to a newer OS - they are
> located in a colo facility.

Try building openssl-0.9.8y or openssl-1.0.1g to /usr/local (or /opt/local, 
whatever).

Invoke "./configure --with-openssl=/usr/local/ssl".
(You might need to tweak CPPFLAGS and LDFLAGS to match.)

Regards,
-- 
-Chuck

_______________________________________________
Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq
http://www.clamav.net/support/ml

Reply via email to