1846873 Members
2872 Online
110256 Solutions
New Discussion

Open SSH Error

 
nibble
Super Advisor

Open SSH Error

hi, i installed openssh in UX11.11 and got this error.

-------
# ssh
/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

what am i missing here?

8 REPLIES 8
Christian Gebhardt
Honored Contributor

Re: Open SSH Error

Hi

you have to install "openssl" and "zlib" before you can work with openssh

Chris
nibble
Super Advisor

Re: Open SSH Error

installed already the 2, but to no avail
Sergejs Svitnevs
Honored Contributor

Re: Open SSH Error

Go to the /usr/local/lib and execute
# ln -s libcrypto.sl libcrypto.sl.0.9.7
to link the library.

Regards,
Sergejs
Elmar P. Kolkman
Honored Contributor

Re: Open SSH Error

Before that you could also do a 'ls -l /usr/local/lib/libcrypto*' to make sure if and which version of your shared library is installed. Perhaps your version is older/newer then the 0.9.7 version... Or the library is not accessible (is usr/local mounted over NFS for instance, resulting in user nobody trying to access the lib?).
Every problem has at least one solution. Only some solutions are harder to find.
Steven E. Protter
Exalted Contributor

Re: Open SSH Error

Try this:

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

swinstall -s /full_path_of_what_you_downloaded.

There is a client and a server piece, the client piece requires a boot (-x autoreboot=true)

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
nibble
Super Advisor

Re: Open SSH Error

hi steve, ive downloaded the file but to no avail still. im not sure, but i think the file was for 11.i, im using 11.11.. will this matter?
Elmar P. Kolkman
Honored Contributor

Re: Open SSH Error

HPUX 11i uses 11.11 as version number on the system, because it has to be numeric for some reason.
So they are the same.

Have you checked if root can access the shared libraries (if they exist)? You can do this e.g. with 'file /usr/local/lib/libcrypto*'


Every problem has at least one solution. Only some solutions are harder to find.
nibble
Super Advisor

Re: Open SSH Error

its ok now..thanks