I just did an install on Solaris and ran into similar problems.  I did end up getting 
the --with-openssl=/usr/local/ssl flag to work.  I found it's a good idea to delete 
the config.cache file before rerunning configure.  This forces configure to redo all 
of its checks.  

Before that I got that working, we found that using  "--prefix=/usr/local" when 
running config for openssl also works.  This sets up the Openssl installation to go in 
the /usr/local tree (openssl in /usr/local/bin, the include files in 
/usr/local/include/openssl, etc).  The Squid configure could find the includes just 
fine then.  You may not want openssl installed that way, but it is an option.

Jim Darling

-----Original Message-----
From: J.D. Bronson [mailto:[EMAIL PROTECTED]
Sent: Friday, July 04, 2003 3:09 PM
To: [EMAIL PROTECTED]
Subject: [squid-users] SSL under solaris with 2.5STABLE3


I have tried this under 2.5STABLE3 and even the last snapshot.

I want to add '--enable-ssl' to squid, but during configure
I see this:

.....
SSL gatewaying using OpenSSL enabled
Using OpenSSL MD5 implementation
....
checking for netinet/ip_fil.h... no
checking for netinet/ip_nat.h... no
checking for openssl/err.h... no
checking for openssl/md5.h... no
checking for openssl/ssl.h... no
checking for poll.h... yes
checking for pwd.h... yes

..this doesnt look good! - I installed OpenSSL from scratch (no packaged) 
and put in in the default (/usr/local/ssl)....I have tried even specifying 
this location under '--with-openssl=blah' and unless I have the location 
wrong, it doesnt help either.

When I build squid under OpenBSD 3.3 (which already has openssl in it) 
squid finds all these files and builds as expected.

Can anyone point me in the right direction?






-- 
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282

Reply via email to