> Hi Amos, > > At 11.24 11/11/2007, Amos Jeffries wrote: > >>After Guidos comment, I think we should do with a diff of a good >>working include/autoconf.h against yours and see whats up. >> >>Guido: are you able to supply the working version please? > > Sorry, I was not clear in the previous e-mail: squid3 was building > fine (with ESI support enabled) without the md5 problem before the > latest changes. > > Now, disabling ESI support, I have the same error, but during > configure there was an error: > > ./configure: line 41816: CRYPTLIB+= -lmd5 : command not found > > dnl Solaris10 provides MD5 natively through libmd5 > AC_CHECK_LIB(md5, MD5Init, [CRYPTLIB+=" -lmd5 "]) > > Is this a deliberate change or a typo error ?
That was a deliberate addition, but perhapse should be using the alternative ' CRYPTLIB="$CRYPTLIB -lmd5" ' instead. I took the += from an example elsewhere, which I may have to track down again and fix too. :-( > > I have also tried with squid-3.0.RC1-20071110, but it also fails on > ESI, so we are hitting an old problem, not related to latest changes. > > Regards > > Guido > Amos
