Got it working. For some reason make clean was not cleaning uip the directory properly. After every make clean the config.cache file was still there so I ran a fresh configure from a fresh unpack of the source and it worked.
On 4 Mar 2003 at 17:16, David Flood wrote: > I was doing a make clean in between each of my attempts. This variation was one of > the ones I tried but still got the error. > > On 4 Mar 2003 at 18:10, Henrik Nordstrom wrote: > > > Try this, assuming the OpenSSL headers can be found in > > /usr/local/ssl/include/openssl/*.h > > > > > > 1. "make distclean", or "rm -f config.cache", or start from a fresh > > unpacked Squid source tree. > > > > 2. ./configure --prefix=/opt/squid --enable-ssl > > --with-openssl=/usr/local/ssl > > > > 3. make install > > > > > > Regards > > Henrik > > > > > > > > tis 2003-03-04 klockan 16.21 skrev David Flood: > > > 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 > > -- > > Henrik Nordstrom <[EMAIL PROTECTED]> > > MARA Systems AB, Sweden > > > > > ----------------------------------------- > David Flood > Systems Administrator > [EMAIL PROTECTED] > Tel: +44 (0)1224 262774 > The Robert Gordon University > School of Computing > St. Andrews Street > Aberdeen > ----------------------------------------- > ----------------------------------------- David Flood Systems Administrator [EMAIL PROTECTED] Tel: +44 (0)1224 262774 The Robert Gordon University School of Computing St. Andrews Street Aberdeen -----------------------------------------
