Results 1 to 4 of 4

Thread: OpenSSL libcrypto?

  1. #1
    Join Date
    Oct 2004
    Location
    Mobile, AL, USA
    Beans
    337
    Distro
    Ubuntu 8.10 Intrepid Ibex

    OpenSSL libcrypto?

    I am trying to build OpenNTPD, but configure bails out looking for OpenSSL libcrypto. What package has this, if any?

    Code:
    configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***
    $ whatis themeaningoflife
    themeaningoflife: not found

  2. #2
    Join Date
    May 2005
    Beans
    6

    Re: OpenSSL libcrypto?

    I think I had a similar problem and was just able to solve it. I tried to compile WepAttack which needs libcrypto to include <openssl/md5.h>

    By chance, I found out that this is provided by libssl-dev

    strange...

  3. #3
    Join Date
    May 2006
    Location
    CHINA, beijing
    Beans
    1
    Distro
    Ubuntu Breezy 5.10

    Re: OpenSSL libcrypto?

    apt-get install libssl-dev

  4. #4
    Join Date
    Feb 2007
    Location
    Belgium
    Beans
    149
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: OpenSSL libcrypto?

    Great! Works for compiling openssh_4.7p1 on Hardy too
    Only ask that question when you're stuck searching 8)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •