SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5.50 hits, 5 required)
SPAM: SPAM_PHRASE_00_01  (0.6 points)  BODY: Spam phrases score is 00 to 01 (low)
SPAM: FORGED_YAHOO_RCVD  (1.4 points)  'From' yahoo.com does not match 'Received' 
headers
SPAM: MSG_ID_ADDED_BY_MTA_3 (0.2 points)  'Message-Id' was added by a relay (3)
SPAM: MISSING_MIMEOLE    (1.6 points)  Message has X-MSMail-Priority, but no X-MimeOLE
SPAM: MISSING_OUTLOOK_NAME (1.7 points)  Message looks like Outlook, but isn't
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

Does anyone have any suggestions on what might fix this??? TIA

Problem
=======
I cannot make Squid with with the "--enable-ssl" flag.  I keep getting
"Cannot find OpenSSL headers" error.

Details
=======
- When I run configure it works fine, but performing "make all" fails with
the error below.
- I have OpenSSL 0.9.6 installed and the header files are definately in
/usr/local/include.  I have checked and rechecked this numerous times.
- Specifying the "--with-openssl" does not seem to help.  I have tried the
following configurations with the same result:
      ./configure --enable-ssl --with-openssl=/usr/include/openssl
      ./configure --enable-ssl --with-openssl=/usr/include/openssl 
--prefix=/usr/local/squid
      ./configure --enable-ssl --prefix=/usr/local/squid
- I have also tried building Squid with OpenSSL 0.9.7 with the same results.
- I have tried compiling with both Squid 2.5 Stable and 3.0 HEAD with the
same results.
- I am using Debian 3.0 with kernel 2.4.18.
- I am on a relative newbie to Linux so it could be something really
stupid.  Any suggestions are welcome.  Thanks!


Error
=====
.....
source='rfc2617.c' object='rfc2617.o' libtool=no \
depfile='.deps/rfc2617.Po' tmpdepfile='.deps/rfc2617.TPo' \
depmode=gcc /bin/sh ../cfgaux/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include 
-I/usr/local/include -I/usr/local/src/include
-I/usr/local/src/include/openssl-0.9.7/include  -g -O2 -Wall -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 `/usr/local/src/squid-2.5.STABLE1/lib'
make: *** [all-recursive] Error 1



Reply via email to