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? TIA Steve