Re: [squid-dev] (no subject)

2017-01-19 Thread salil GK
sorry for missing the subject, the same content I have posted as a new thread with subject On 20 January 2017 at 07:20, salil GK wrote: > > Hello > >I have recompiled squid package. I gave options --with-openssl > --enable-ssl switche. But while executing squid, I am

[squid-dev] Error while executing squid with ssl support

2017-01-19 Thread salil GK
Hello I have recompiled squid package. I gave options --with-openssl --enable-ssl switche. But while executing squid, I am getting the following error >>> ~/squid -N -Y -d 5 -f /tmp/minsquid.conf /tandberg/squid: /lib/x86_64/libcrypto.so.1.0.0: no version information available (required by

[squid-dev] (no subject)

2017-01-19 Thread salil GK
Hello I have recompiled squid package. I gave options --with-openssl --enable-ssl switche. But while executing squid, I am getting the following error >>> ~/squid -N -Y -d 5 -f /tmp/minsquid.conf /tandberg/squid: /lib/x86_64/libcrypto.so.1.0.0: no version information available (required by

Re: [squid-dev] [PATCH] initial GnuTLS support for encrypted server connections

2017-01-19 Thread Alex Rousskov
On 01/19/2017 12:16 AM, Amos Jeffries wrote: > On 15/01/2017 8:09 p.m., Alex Rousskov wrote: >> I am trying to understand how a standard std::shared_ptr can co-exist >> with OpenSSL locking. > whenever the shared_ptr has a non-nil value the library lock count is >= 1. Understood, thank you. This