Results 1 to 3 of 3

Thread: libssh2 install

  1. #1
    Join Date
    Mar 2009
    Beans
    70
    Distro
    Ubuntu 10.04 Lucid Lynx

    libssh2 install

    I'm trying to install libssh2 on my ubuntu server.

    When I run ./configure I get this error message:
    checking for OpenSSL... configure: error: Cannot find OpenSSL's <evp.h> or <hma.h>
    I've ran:
    Code:
    apt-get install openssl
    Everything appeared to install successfully, but I still get the same error message...

  2. #2
    Join Date
    Mar 2009
    Beans
    70
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: libssh2 install

    Do I maybe need to download the actual openssl source files instead of simply installing through apt-get?

  3. #3
    Join Date
    Mar 2009
    Beans
    70
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: libssh2 install

    I couldn't find openssl-dev anywhere. I installed libssl-dev and it appears to be working fine now...

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
  •