Libssh2 package is a client-side C library implementing the SSH2 protocol.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://www.libssh2.org/download/libssh2-1.8.0.tar.gz
Download MD5 sum: 3d1147cae66e2959ea5441b183de1b1c
Download size: 835 KB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
libgcrypt-1.8.3, OpenSSH-7.7p1 (required for the testsuite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libssh2
Install libssh2 by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2018-08-19 14:04:57 -0700