标签:openssl 最新版 镜像 configure eve 教程 log evo openssh
在页面左侧选择操作系统进入,Linux对应页面为:http://www.openssh.com/portable.html
选择一个镜像站点进入下载,比如:https://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/
拉到页面最底部,选择最新版本的openssh下载,如openssh-7.4p1.tar.gz。
tar -zxf openssh-7.4p1.tar.gz #如果提示非tar文件,可在windows下先解压成.tar文件 cd openssh-7.4p1 ./configure #检测环境是否满足 make #编译 make install #安装
1)configure: error: *** zlib.h missing – please install first or check config.log
yum install -y zlib-devel
2)configure: error: *** OpenSSL headers missing – please install first or check config.log
yum install -y openssl-devel
标签:openssl 最新版 镜像 configure eve 教程 log evo openssh
原文地址:http://www.cnblogs.com/lsdb/p/6525476.html