On Tuesday 15 July 2003 01.51, Norman Zhang wrote: > Hi, > > I compiled squid-2.5STABLE3 with the option > > ./compile --enable-ssl --with-openssl > /usr/local/src/squid-2.5STABLE3/src/ > > but when I run make all, I get the following error. Am I missing > something? > > In file included from rfc2617.c:52: > ../include/md5.h:18:2: #error Cannot find OpenSSL headers
Do you have OpenSSL development headers and libraries installed? If they are, but not in a standard path, see the --with-openssl option. Are you sure you need --enable-ssl? This option is only useful if Squid is running as an accelerator/reverse proxy in front of your own web servers, not when using Squid as a normal proxy for your users Internet traffic. Regards Henrik -- Donations welcome if you consider my Free Squid support helpful. https://www.paypal.com/xclick/business=hno%40squid-cache.org If you need commercial Squid support or cost effective Squid or firewall appliances please refer to MARA Systems AB, Sweden http://www.marasystems.com/, [EMAIL PROTECTED]
