1753797 Members
7212 Online
108799 Solutions
New Discussion юеВ

Re: ssh error

 
SOLVED
Go to solution
yash123
Regular Advisor

Re: ssh error

Could anybody help to resolve this.
Will award points.......


Thanks
Yash
T G Manikandan
Honored Contributor

Re: ssh error

Yash,

Can you follow the steps pointed by Ganesan above to create links.

yash123
Regular Advisor

Re: ssh error

Manikandan,

Thanks
But libssl.so.0.9.6 file is not present.
I have reinstalled T1471AA.
bit same result
T G Manikandan
Honored Contributor

Re: ssh error

can you check if the openssl package is present

swlist |grep -i openssl
yash123
Regular Advisor

Re: ssh error

# swlist | grep -i openssl
OpenSSL A.00.09.08g.001 Secure Network Communications Protocol
#

Yash
T G Manikandan
Honored Contributor

Re: ssh error

what is the output of

usr/lib/libssl.*
T G Manikandan
Honored Contributor

Re: ssh error

Sorry I mean

ls -l /usr/lib/libssl.*
Dennis Handly
Acclaimed Contributor

Re: ssh error

>T G Manikandan: ll /usr/lib/libssl.*

Integrity shlibs (for sshd) should be in /usr/lib/hpux64/.
T G Manikandan
Honored Contributor

Re: ssh error

can you do a

swlist -l file -a openssl
to check whether the files have are installed.
yash123
Regular Advisor

Re: ssh error

Hi
# ls -l /usr/lib/hpux64/libssl*
lrwxr-xr-x 1 root sys 32 Feb 25 15:55 /usr/lib/hpux64/libssl.a -> /opt/openssl/lib/hpux64/libssl.a
lrwxr-xr-x 1 root sys 33 Feb 25 15:55 /usr/lib/hpux64/libssl.so -> /opt/openssl/lib/hpux64/libssl.so
lrwxr-xr-x 1 root sys 35 Feb 25 15:55 /usr/lib/hpux64/libssl.so.0 -> /opt/openssl/lib/hpux64/libssl.so.0
lrwxr-xr-x 1 root sys 35 Feb 25 15:55 /usr/lib/hpux64/libssl.so.1 -> /opt/openssl/lib/hpux64/libssl.so.1

Regards
Yash