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

2012-02-13 Thread Amos Jeffries
On 12/02/2012 9:20 p.m., Justin Lawler wrote: Thanks Amos - but trying to find the library name, can't seem to google anything on libber? Can't figure it out from the 'configure' script either. Any hint? Sorry, lber as in liblber.a usually. It should be provided by the OS or by the LDAP

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

2012-02-12 Thread Justin Lawler
, 2012 10:17 PM To: squid-users@squid-cache.org Subject: Re: [squid-users] compile error on Squid 3.1.18 On 11/02/2012 8:01 p.m., Justin Lawler wrote: Apologies - actual error earlier in the process - when compiling LDAP: Making all in LDAP gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I

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

2012-02-11 Thread Amos Jeffries
On 11/02/2012 8:01 p.m., Justin Lawler wrote: Apologies - actual error earlier in the process - when compiling LDAP: Making all in LDAP gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I../../../libltdl -I.-Wall -Wpointer-arith -Wwrite-strings

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

2012-02-10 Thread Justin Lawler
, Justin -Original Message- From: kzl [mailto:kwan...@rocketmail.com] Sent: Tuesday, December 06, 2011 2:20 PM To: squid-users@squid-cache.org Subject: [squid-users] compile error on Squid 3.1.18 There's error thrown while compiling Squid 3.1.18 in Solaris Sparc which never experience

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

2012-02-10 Thread Justin Lawler
suggestions? Thanks, Justin -Original Message- From: kzl [mailto:kwan...@rocketmail.com] Sent: Tuesday, December 06, 2011 2:20 PM To: squid-users@squid-cache.org Subject: [squid-users] compile error on Squid 3.1.18 There's error thrown while compiling Squid 3.1.18 in Solaris Sparc which

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

2011-12-07 Thread Amos Jeffries
://saintaardvarkthecarpeted.com/blog/archive/2009/10/Problems_installing_NUT_on_Solaris_10.html Amos - Original Message - From: Amos Jeffriessqu...@treenet.co.nz To: squid-users@squid-cache.org Cc: Sent: Tuesday, December 6, 2011 5:45 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 6

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

2011-12-07 Thread kzl
To: squid-users@squid-cache.org Sent: Wednesday, December 7, 2011 4:32 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 7/12/2011 3:52 p.m., kzl wrote: any hint on how I may check? Many thanks. kz You sure 3.1.17 worked?  There is exactly one line of code difference between 3.1.17

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

2011-12-07 Thread Jose-Marcio Martins da Cruz
From: Amos Jeffriessqu...@treenet.co.nz To: squid-users@squid-cache.org Sent: Wednesday, December 7, 2011 4:32 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 7/12/2011 3:52 p.m., kzl wrote: any hint on how I may check? Many thanks. kz You sure 3.1.17 worked? There is exactly

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

2011-12-07 Thread Víctor José Hernández Gómez
Hi everybody, the problem related to ssl detection still stands in 3.1.18 branch. /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:110: undefined reference to `X509_set_issuer_name' /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:117: undefined reference to `X509_set_notAfter'

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

2011-12-07 Thread Jose-Marcio Martins da Cruz
Víctor José Hernández Gómez wrote: Hi everybody, the problem related to ssl detection still stands in 3.1.18 branch. /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:110: undefined reference to `X509_set_issuer_name' /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:117: undefined reference to

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

2011-12-07 Thread Víctor José Hernández Gómez
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

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

2011-12-07 Thread Amos Jeffries
On 7/12/2011 10:37 p.m., kzl wrote: Thanks, I got it fixed. Now it hit the same issue as this: http://www.mail-archive.com/squid-users@squid-cache.org/msg82234.html I saw the issue got fixed. Will the build 19 be release sometime soon? Probably not soon. I try not to release new stables

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

2011-12-07 Thread Amos Jeffries
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)

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

2011-12-07 Thread kzl
: 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

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

2011-12-06 Thread Amos Jeffries
On 6/12/2011 7:19 p.m., kzl wrote: There's error thrown while compiling Squid 3.1.18 in Solaris Sparc which never experience in earlier version like 3.1.17, 3.1.16, 3.0.15 Anyone having any idea what's the problem? Making all in compat /bin/bash ../libtool --tag=CXX--mode=link g++ -Wall

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

2011-12-06 Thread kzl
Cc: Sent: Tuesday, December 6, 2011 5:45 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 6/12/2011 7:19 p.m., kzl wrote: There's error thrown while compiling Squid 3.1.18 in Solaris Sparc which never experience in earlier version like 3.1.17, 3.1.16, 3.0.15 Anyone having any

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

2011-12-06 Thread kzl
any hint on how I may check?  Many thanks. kz - Original Message - From: Amos Jeffries squ...@treenet.co.nz To: squid-users@squid-cache.org Cc: Sent: Tuesday, December 6, 2011 5:45 PM Subject: Re: [squid-users] compile error on Squid 3.1.18 On 6/12/2011 7:19 p.m., kzl wrote: There's

[squid-users] compile error on Squid 3.1.18

2011-12-05 Thread kzl
There's error thrown while compiling Squid 3.1.18 in Solaris Sparc which never experience in earlier version like 3.1.17, 3.1.16, 3.0.15 Anyone having any idea what's the problem?  Making all in compat /bin/bash ../libtool --tag=CXX    --mode=link g++ -Wall -Wpointer-arith -Wwrite-strings