I was trying to compile openSSH, I have installed openSSL however I get the
following error on HP-UX 11.00.
The reason I am trying to compile OpenSSH rather than use the depot file you
have created is since the
version of Openssh depot file seems to not support sftp -b option which I
need to use to sftp files non-interactively.
I am hoping the latest openSSH available from www.openssh.com would support
this feature since their man pages
have documented this.
The error I get while running the configure script as follows:-
./configure --with-ssl-dir=/opt/openssl/include --prefix=/opt
Where openssl is installed in /opt/openssl
I have also tried using
./configure --with-ssl-dir=/opt/openssl --prefix=/opt
but it still gives me the same error
Error received is
checking for OpenSSL directory... configure: error: Could not find working
OpenS
SL library, please install or check config.log
I am hoping you would have faced the same problem while building the depot
file, I would really appreciate if you could share your
thoughts on this and how this problem could be resolved.
-Lakshmi