Re: [squid-users] 3.1.x compile errors using ssl_crtd

From: Linos <info_at_linos.es>
Date: Mon, 28 May 2012 02:36:36 +0200

El 28/05/12 01:13, Amos Jeffries escribió:
>
>
> The dependencies seem a bit out of sync with the library linkage order.
>
> I think it should actually be "ssl/libsslutil.la $(SSLLIB)"
>
> Amos

Thanks Amos,
        I am not sure if i have understood you correctly but i have tried with:

ssl_crtd_LDADD = ssl/libsslutil.la $(SSLLIB) -lsslutil ../../compat/libcompat.la
../../lib/libmiscutil.a

that fails with:
libtool: link: cannot find the library `ssl/libsslutil.la' or unhandled argument
`ssl/libsslutil.la'

and with:

ssl_crtd_LDADD = .libs/libsslutil.la $(SSLLIB) -lsslutil
../../compat/libcompat.la ../../lib/libmiscutil.a

that fails with the same error about "undefined reference to `squid_curtime'" as
before.

Regards,
Miguel Angel.
Received on Mon May 28 2012 - 00:36:43 MDT

This archive was generated by hypermail 2.2.0 : Mon May 28 2012 - 12:00:04 MDT