Re: [squid-users] squid5 build error

2017-10-04 Thread joseph
Amos Jeffries wrote > On 04/10/17 22:45, joseph wrote: >> amos i do use your patch and i get that error >> > > Are you running bootstrap.sh after applying? It depends on changes to > the autotools build system, so has no effect if you just apply it and > rebuild older code. > > Amos >

Re: [squid-users] squid5 build error

2017-10-04 Thread Amos Jeffries
On 04/10/17 22:45, joseph wrote: amos i do use your patch and i get that error Are you running bootstrap.sh after applying? It depends on changes to the autotools build system, so has no effect if you just apply it and rebuild older code. Amos __

Re: [squid-users] squid5 build error

2017-10-04 Thread joseph
amos i do use your patch and i get that error here is my configure and i use debian 9.x with gcc 7 now libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../../include -I/usr/include/openssl -Wall -Wpointer-arith -Wwrite-strings -Wcomments -

Re: [squid-users] squid5 build error

2017-10-03 Thread Amos Jeffries
On 04/10/17 03:08, joseph wrote: i gess this patch you post i did befor patch it and the problem is conversion lol please re check Not sure what you mean by that. The fix is in git master branch and snapshots since Aug. Amos ___ squid-users mail

Re: [squid-users] squid5 build error

2017-10-03 Thread joseph
just note i gess its the gcc v 6.x and 7 strictly -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/s

Re: [squid-users] squid5 build error

2017-10-03 Thread joseph
i gess this patch you post i did befor patch it and the problem is conversion lol please re check gadgets.cc: In function ‘const ASN1_BIT_STRING* Ssl::X509_get_signature(const CertPointer&)’: gadgets.cc:960:25: error: invalid conversion from ‘ASN1_BIT_STRING** {aka asn1_string_st**}’ to

Re: [squid-users] squid5 build error

2017-09-27 Thread joseph
OpenSSL 1.1.0f 25 May 2017 -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] squid5 build error

2017-09-27 Thread Alex Rousskov
On 09/27/2017 07:57 AM, joseph wrote: > latest debian and latest gcc in repo > squid-5.0.0-20170919-r478fb99.tar.gz > gcc version 6.3.0 20170516 (Debian 6.3.0-18) Looks like an OpenSSL compatibility problem to me. Amos has fixed a similar one recently but evidently that fix is not enough: https:/

[squid-users] squid5 build error

2017-09-27 Thread joseph
latest debian and latest gcc in repo squid-5.0.0-20170919-r478fb99.tar.gz gcc version 6.3.0 20170516 (Debian 6.3.0-18) any idea or its some code need to be converted to work with latest gcc ?? gadgets.cc: In function ‘const ASN1_BIT_STRING* Ssl::X509_get_signature(const CertPointer&)’: g