I'm trying to install squid 2.5 on a solaris 8 system. I tried the following:
./configure --prefix=/opt/squid --enable-ssl and ./configure --prefix=/opt/squid --enable-ssl --with-openssl=/usr/local/ssl and ./configure --prefix=/opt/squid --enable-ssl --with-openssl=/usr/local/ssl/include and even ./configure --prefix=/opt/squid --enable-ssl --with-openssl=/usr/local/ssl/include/openssl No matter which of the above I try I get the following error when doing the 'make install' gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -I/usr/local/include -L/usr/local/lib -c `test -f rfc2617.c || echo './'`rfc2617.c In file included from rfc2617.c:52: ../include/md5.h:18: #error Cannot find OpenSSL headers make[1]: *** [rfc2617.o] Error 1 make[1]: Leaving directory `/export/spare1/dpf/squid-2.5.STABLE1-20030303/lib' make: *** [all-recursive] Error 1 I've even upgraded to the latest version of ssl but that made no difference. David Flood Systems Administrator
