El 28/05/12 02:36, Linos escribió: > 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. And after a while using 3.2.0 beta squid have failed with: 2012/05/28 13:39:30| BUG: Orphan Comm::Connection: local=81.24.115.100:36137 remote=199.59.148.87:443 FD 105 flags=1 2012/05/28 13:39:30| NOTE: 1 Orphans since last started. 2012/05/28 13:39:30| assertion failed: comm.cc:1093: "isOpen(fd)" So i don't have a working solution to use squid with sslbump in Ubuntu 12.04 still :-( Regards, Miguel Angel.