- 下载编译openssl
https://blog.csdn.net/quantum7/article/details/104086731
- 下载
http://www.libssh2.org/download
- 解压
- 编译
BUILD_LIBS=${HOME}/build_libs
./configure \
--prefix=${BUILD_LIBS} \
--with-libssl-prefix=/usr/local/openssl
make
make install