Re: [squid-users] compile error on Squid 3.1.18

From: kzl <kwangz-_at_rocketmail.com>
Date: Wed, 7 Dec 2011 07:17:00 -0800 (PST)

my problem seems due to path issue. After I re configure and compile again, it doesn't show that error anymore.  Anyway, I am now using 'make' under /usr/ccs/bin  thanks.  ________________________________ From: Amos Jeffries <squid3_at_treenet.co.nz> To: squid-users_at_squid-cache.org Sent: Wednesday, December 7, 2011 8:43 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 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
Received on Wed Dec 07 2011 - 15:17:12 MST

This archive was generated by hypermail 2.2.0 : Thu Dec 08 2011 - 12:00:02 MST