"lcrypto" missing

Discussion in 'Server Operation' started by Loboexe, Jan 21, 2010.

  1. Loboexe

    Loboexe New Member

    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 ?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  3. falko

    falko Super Moderator Howtoforge Staff

Share This Page