On Sat, 24 Sep 2011 13:56:37 +1000, Steve Mansfield wrote:
Hello
I'm trying to build & install squid with the following options, per
http://wiki.squid-cache.org/Features/DynamicSslCert
./configure --enable-ssl --enable-ssl-crtd
and I see from another thread that on linux (Ubuntu) you need to
install the OpenSSL Dev Libs.
I've done this, but still it doesn't work, due to SSL errors, and the
helper application ssl_crtd, never gets built. Building without the
--enable-ssl-crtd switch works OK.
Is there a list of the dependencies?
No, there is only that libssl-dev dependency.
We are having some issues sorting out openssl-1.0.0 changes vs Squid
code. It is likely you hit these.
AFAIK, the 3.1.15 daily update bundle (NOT the release package) is
expected to build crtd okay on most OS except MacOS.
Amos