Please DO NOT send HTML email. The squid-cache.org mailinglist policy does not accept HTML email.
On Tue, 4 Nov 2003 [EMAIL PROTECTED] wrote: > Help guys!!!!!!!!! > I am trying to complie Squis 2.5STABLE4 on my Solaris 8 machine with > enable ssl option and with openssl. I am getting the following error. > Any help???????? > > I run ./configure --enable-ssl --with-openssl > > > In file included from rfc2617.c:52: > ../include/md5.h:18:2: #error Cannot find OpenSSL headers Then the OpenSSL include files is not found in your standard include path. You need to specify the prefix of your OpenSSL installation to the --with-openssl=.. configure argument. Regards Henrik
