Displaying 1 result from an estimated 1 matches for "1010119f".
Did you mean:
1010119
2024 Aug 29
1
Unable to build OpenSSH-9.8p1 with custom SSL
...oes not seem to be honor --with-ssl-dir=/opt/customssl option. What
could be the issue here?
$ ./configure --with-pam --with-ssl-dir=/opt/customssl
<<some output removed>>
checking for openssl... /usr/bin/openssl
checking for openssl/opensslv.h... yes
checking OpenSSL header version... 1010119f (CustomSSL 1.1.1y.7.3.377)
checking for OpenSSL_version... yes
checking for OpenSSL_version_num... yes
checking OpenSSL library version... not found
configure: error: OpenSSL library not found.
When building OpenSSH 9.6p1:
$ ./configure --with-pam --with-ssl-dir=/opt/customssl
<<some output...