On 7/12/2011 11:45 p.m., Víctor José Hernández Gómez wrote:
Hi Jose,
My problem (a link problem) was solved when I inverted the order of
SSLLIB and SSL_LIBS inside src/Makefile
squid/squid-3.1.18 > diff src/Makefile.org src/Makefile
1893c1893
< $(SSLLIB) $(SSL_LIBS) -lmiscutil $(EPOLL_LIBS) $(MINGW_LIBS) \
---
> $(SSL_LIBS) $(SSLLIB) -lmiscutil $(EPOLL_LIBS) $(MINGW_LIBS) \
squid/squid-3.1.18 >
thank you very much !!! it works wonders now!!
Thank you both. I have applied this change to 3.1 (seems order was fixed
in 3.2 due to other build dependency changes)
Amos