Remove the --with-ssl-include configure option and it should work.
--with-ssl-include is only meant to be used when the openssl includes
are not in a standard include location like /usr/include/openssl/.
Since this obviously is a bit confusing I have now replaced
--with-ssl-lib and --with-ssl-include with a single
--with-openssl-prefix options..
-- Henrik Nordstrom Squid Hacker Stephan Mueller wrote: > > Hi, > > today I downloaded the SSL version of Squid 2.4 devel 3 out of CVS. I did a > autoconf, autoheader, compiled the icons. > > I created the Makefiles with ./configure --enable-ssl > --with-ssl-include=/usr/include/openssl > > During make there are the following errors: > > gcc -g -Wall -I/usr/include/openssl -I../include -I../include -c -o md5.o > md5.c > md5.c: In function `MD5Init': > md5.c:133: structure has no member named `count' > md5.c:133: structure has no member named `count' > md5.c:137: structure has no member named `state' > md5.c:138: structure has no member named `state' > md5.c:139: structure has no member named `state' > md5.c:140: structure has no member named `state' > md5.c: In function `MD5Update': > md5.c:153: structure has no member named `count' > md5.c:156: structure has no member named `count' > md5.c:158: structure has no member named `count' > md5.c:159: structure has no member named `count' > md5.c:167: structure has no member named `buffer' > md5.c:168: structure has no member named `state' > md5.c:168: structure has no member named `buffer' > md5.c:171: structure has no member named `state' > md5.c:178: structure has no member named `buffer' > md5.c: In function `MD5Final': > md5.c:192: structure has no member named `count' > md5.c:197: structure has no member named `count' > md5.c:204: structure has no member named `state' > make[1]: *** [md5.o] Error 1 > > I have OpenSSL 0.9.5. > > There are some differences in the defination of those MD5* in md5.h and > during use md5.c > > CAn anybody help me? > > Thanks in advance. > > Stephan > -- > Stephan Müller Stephan.Mueller@suse.deReceived on Tue Jul 11 2000 - 18:26:36 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:30 MST