I'm trying this against 2.5STABLE2 I see this patch: http://devel.squid-cache.org/cgi-bin/diff2/ssl-2.5.patch?s2_5+/ssl-2.5.patch at http://devel.squid-cache.org/old_projects.html#ssl because I am having the ssl headers problem listed below in an earlier post. Is there an automated patch utility for this ssl-2.5.patch file ??
----- Original Message ----- From: "mlister" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 2:49 PM Subject: 2.5 compile; --enable-ssl > this is elementary compiling i'm sure, but i haven't figured it out yet. > I run ./configure --includedir=/usr/include/openssl --enable-ssl; > ~~snip~~ > checking for openssl/err.h... (cached) no > checking for openssl/md5.h... (cached) no > checking for openssl/ssl.h... (cached) no > ~~snip~~ > I run make; > ~~snip~~ > ../include/md5.h:18:2: #error Cannot find OpenSSL headers > make[1]: *** [rfc2617.o] Error 1 > make[1]: Leaving directory `/home/patches/squid-2.5.STABLE2/lib' > make: *** [all-recursive] Error 1 > ~~snip~~ > > I verified the files it needs are truly in /usr/include/openssl. The > compile > will complete when I do not specify any configure options. Sometimes > I hear that people modify the makefile, is this what I am expected to do ? > > >
