[squid-dev] squid master build with alternate openssl fails

2020-05-08 Thread Christos Tsantilas
Hi all, Squid master 699ade2d fails to build with an alternate OpenSsl, when the "--with-openssl=/path/to/openssl" is used. I think that the issue added with the commit 245314010. Example build output: g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/usr/local/squid3-cvs/etc/squid.conf\"

Re: [squid-dev] squid master build with alternate openssl fails

2020-05-08 Thread Alex Rousskov
On 5/8/20 10:12 AM, Christos Tsantilas wrote: > Squid master 699ade2d fails to build with an alternate OpenSsl, when the > "--with-openssl=/path/to/openssl" is used. Francesco, builds with custom OpenSSL paths are not that uncommon, especially among SslBump admins. Would you be able to test that

Re: [squid-dev] squid master build with alternate openssl fails

2020-05-08 Thread Amos Jeffries
On 9/05/20 2:58 am, Alex Rousskov wrote: > On 5/8/20 10:12 AM, Christos Tsantilas wrote: > >> Squid master 699ade2d fails to build with an alternate OpenSsl, when the >> "--with-openssl=/path/to/openssl" is used. > > Francesco, builds with custom OpenSSL paths are not that uncommon, > especially

Re: [squid-dev] squid master build with alternate openssl fails

2020-05-08 Thread Amos Jeffries
Does this change resolve the issue for you? diff --git a/acinclude/squid-util.m4 b/acinclude/squid-util.m4 index 7f5a72e5b..5860b690e 100644 --- a/acinclude/squid-util.m4 +++ b/acinclude/squid-util.m4 @@ -188,9 +188,9 @@ AC_DEFUN([SQUID_OPTIONAL_LIB],[ squid_auto_lib=`echo $1|tr "\-" "_"`

Re: [squid-dev] squid master build with alternate openssl fails

2020-05-08 Thread Francesco Chemolli
On Fri, May 8, 2020 at 3:58 PM Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 5/8/20 10:12 AM, Christos Tsantilas wrote: > > > Squid master 699ade2d fails to build with an alternate OpenSsl, when the > > "--with-openssl=/path/to/openssl" is used. > > Francesco, builds with custom