Hi, I compiled squid-2.5STABLE3 with the option
./compile --enable-ssl --with-openssl /usr/local/src/squid-2.5STABLE3/src/ but when I run make all, I get the following error. Am I missing something? 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) make[1]: *** [rfc2617.o] Error 1 Regards, Norman
