Centos 6 - 2.6.32-573.el6.x86_64 #1 SMP 星期四 7 月 23 日 15:44:03 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
我编译了 openssl-3.0.16。现在我正在尝试编译 openssh-9.9p2。
./configure --prefix=/usr --with-pam --with-selinux --with-privsep-path=/var/lib/sshd/ --sysconfdir=/etc/ssh --with-ssl-dir=/usr/local/include/openssl
我得到:
checking for openssl... /usr/local/bin/openssl
checking for openssl/opensslv.h... yes
checking OpenSSL header version... 30000100 (OpenSSL 3.0.16 11 Feb 2025)
checking for OpenSSL_version... no
checking for OpenSSL_version_num... no
checking OpenSSL library version... not found
configure: error: OpenSSL library not found.
我发现这个“OpenSSL_version_num() 是否已弃用?#17517” https://github.com/openssl/openssl/issues/17517