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!!

Regards,
--
Víctor

Reply via email to