Displaying 2 results from an estimated 2 matches for "customssl".
Did you mean:
customise
2024 Aug 29
1
Unable to build OpenSSH-9.8p1 with custom SSL
Hello team
I am trying to build OpenSSH 9.8p1 with my SSL installed at
/opt/customssl, but it fails. It fails at the configure cmd itself. It
does 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 ope...
2024 Aug 30
1
Unable to build OpenSSH-9.8p1 with custom SSL
On Fri, 30 Aug 2024 at 09:58, radiatejava <radiatejava at gmail.com> wrote:
> I am trying to build OpenSSH 9.8p1 with my SSL installed at
> /opt/customssl, but it fails. It fails at the configure cmd itself. It
> does not seem to be honor --with-ssl-dir=/opt/customssl option. What
> could be the issue here?
Assuming your custom thing is API compatible, the usual reason for
this is that it's compiled as a shared library, but is not in the
l...