Rocky wrote: > > Hello all, > > I'm send this problem on behalf of my friend. For some > reason, he was unable to send his question to Squid > Forum, but was able to receive mails from Squid Forum. > His question as below : > ------------------------- > > Date: Mon, 17 Feb 2003 15:56:14 +0800 (CST) > From: "Ben White" <[EMAIL PROTECTED]> > Subject: "Make" Error > To: [EMAIL PROTECTED] > > Hi, > > When I execute "make" after "./configure > --prefix=/usr/local/squid �enable-ssl", I have this > problem below. Hence I was unable to proceed any > further. > > I'm using squid-2.5.STABLE1-20030214, and I have > install OpenSSL from http://openssl.com.org. I've > also verified that md5.h is in > /squid-2.5.STABLE1-20030214/include/ directory. > > Can someone offer me some help ? Thank you.
Checkout : --with-openssl[=prefix] in configure (help). This may be needed if squid doesn't find some stuff in standard locations. M. > > ============Error Message============= > > all -c `test -f rfc2617.c || echo './'`rfc2617.c > In file included from rfc2617.c:52: > ../include/md5.h:18:2: #error Cannot find OpenSSL > headers > rfc2617.c: In function `DigestCalcHA1': > rfc2617.c:105: `MD5_CTX' undeclared (first use in this > function) > rfc2617.c:105: (Each undeclared identifier is reported > only once > rfc2617.c:105: for each function it appears in.) > rfc2617.c:105: parse error before "Md5Ctx" > rfc2617.c:108: warning: implicit declaration of > function `MD5_Init' > rfc2617.c:108: `Md5Ctx' undeclared (first use in this > function) > rfc2617.c:109: warning: implicit declaration of > function `MD5_Update' > rfc2617.c:114: warning: implicit declaration of > function `MD5_Final' > rfc2617.c: In function `DigestCalcResponse': > rfc2617.c:142: `MD5_CTX' undeclared (first use in this > function) > rfc2617.c:142: parse error before "Md5Ctx" > rfc2617.c:149: `Md5Ctx' undeclared (first use in this > function) > *** Error code 1 > make: Fatal error: Command failed for target > `rfc2617.o' > Current working directory > /squid-2.5.STABLE1-20030214/lib > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > > __________________________________________________ > Do you Yahoo!? > Yahoo! Shopping - Send Flowers for Valentine's Day > http://shopping.yahoo.com -- 'Time is a consequence of Matter thus General Relativity is a direct consequence of QM (M.E. Mar 2002)
