I am trying to install pound 2.5d as I need the extra HTTPS support. I have had the stable 2.4 version of pound working OK. I have also loaded openssl as it is required and my base OS is the latest stable Debian. The pound 2.5d package is a .tgz file, after I unpack it and try to run the ./configure --with-ssl=/"path to ssl" it always aborts with the error missing lcrypto error. It looks like it should be part of openssl but the debian package does not seem to install it as part of the load. It seems to find the other stuff up to that point so it is looking in the right place. Any Ideas anybody ?
You can try to find the package that contains lcrypto with the apt-file utility: apt-get install apt-file apt-file update apt-file search lcrypto