Re: [squid-users] Solaris/OpenSSL/MD5 Issues

From: Amos Jeffries <squid3@dont-contact.us>
Date: Mon, 12 Nov 2007 08:57:55 +1300 (NZDT)

> 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
Received on Sun Nov 11 2007 - 12:58:02 MST

This archive was generated by hypermail pre-2.1.9 : Sat Dec 01 2007 - 12:00:05 MST