1820603 Members
1790 Online
109626 Solutions
New Discussion юеВ

ssh will not start

 
SOLVED
Go to solution
matthew mills
Frequent Advisor

ssh will not start

I loaded the following depot "openssh-3.6.1p1-sd-11.00.depot".
but when I execute sshd I get the this error!
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libcrypto.sl.0.9.7
/usr/lib/dld.sl: No such file or directory
Abort(coredump)

why do I not have this file? where can I get it?
3 REPLIES 3
William Wong_2
Trusted Contributor
Solution

Re: ssh will not start

If you got a copy of the openssh-3.6.1p1 from one of the HP-UX porting center sites then you will also need to install copies of Zlib and
OpenSSL in order for it to work properly.
You can get a copy of Zlib from www.gzip.org/zlib and you can get a copy of
OpenSSL from www.openssl.org.

Steven E. Protter
Exalted Contributor

Re: ssh will not start

You are missing a pre-requisite, which I think is correctly identified in the prior post.

If you want something HP tested and vetted, I know this will install and work.

HP Secure Shell 3.50

Link.


Secure shell
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA

I know the product you want to install is cutting edge but there is reason they call it bleeding edge.



good luck,

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bill Douglass
Esteemed Contributor

Re: ssh will not start

Openssh is a good prosuct, and I use it extensively on my machines here.

It does, however, have several prereqs for use:

libiconv
http://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.9/

openssl
http://hpux.cs.utah.edu/hppd/hpux/Languages/openssl-0.9.7b/

perl
http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.8.0/

tcp_wrappers
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/

zlib
http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.1.4/

In your case, it is complaining about libcrypto, which is part of the openssl package. Once you install the packages above, you should have no problems.