Libssh2 package is a client-side C library implementing the SSH2 protocol.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): https://www.libssh2.org/download/libssh2-1.9.0.tar.gz
Download MD5 sum: 1beefafe8963982adc84b408b2959927
Download size: 868 KB
Estimated disk space required: 13 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
GnuPG-2.2.17, libgcrypt-1.8.5, and OpenSSH-8.0p1 (all three 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. One test, using gnupg, may fail for unknown reasons.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2019-08-18 13:33:32 -0700