-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
ssh error
SOLVED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:00 AM
03-16-2009 04:00 AM
ssh login is not allowing on one machine.
getting following error
/usr/lib/hpux32/dld.so: Unable to find library 'libcrypto.so.0'
kindly help
Regards
Yash
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:06 AM
03-16-2009 04:06 AM
Re: ssh error
Re: ssh error
Are you using openssh?
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:12 AM
03-16-2009 04:12 AM
Re: ssh error
Re: ssh error
SecureShell A.05.10.008 HP-UX Secure Shell
when I login to console i got the follwing mesaage
- - - - - - - - - - Prior Console Output - - - - - - - - - -
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cim1 "/opt/wbem/lbin/cimserverd"
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cim1 "/opt/wbem/lbin/cimserverd"
- - - - - - - - - - - - Live Con
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:13 AM
03-16-2009 04:13 AM
Re: ssh error
Re: ssh error
# /opt/ssh/sbin/sshd
/usr/lib/hpux64/dld.so: Unable to find library 'libcrypto.so.0'.
Killed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:20 AM
03-16-2009 04:20 AM
Re: ssh error
Re: ssh error
Please also install openssl.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:23 AM
03-16-2009 04:23 AM
Re: ssh error
Re: ssh error
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:34 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 04:42 AM
03-16-2009 04:42 AM
Re: ssh error
Re: ssh error
Check this thread. Someone mention this.
>>>if you have /usr/lib/libssl.so.0.9.6 on your system just create a symbolic link to it (as root):
ln -s /usr/lib/libssl.so.0.9.6 /usr/lib/libssl.so.2
do the same for libcrypto if required:
ln -s /usr/lib/libcrypto.so.0.9.6 /usr/lib/libcrypto.so.2
worked fine for me, nessus runs. <<<<
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1237207044703+28353475&threadId=136408
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 10:04 AM
03-16-2009 10:04 AM
Re: ssh error
Re: ssh error
Cimserverd has some known bugs, are you up to date with patches?
What is your HP-UX machine model? (In other words, what does the "model" command say?)
By the version number of the SecureShell package, I can tell you are probably running HP-UX 11.31.
If you are running some other version of HP-UX, someone might have force installed a wrong version of the HP SSH package. A package intended for older versions of HP-UX might work in a newer version, but not vice versa. If you are unsure, please run "uname -a" to verify the HP-UX version.
To see where the system expects to find the libcrypto.so.0 file, run "ldd /opt/ssh/sbin/sshd". It will list all the libraries sshd is going to use, and the paths it uses to find them.
MK
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 10:25 PM
03-16-2009 10:25 PM
Re: ssh error
Re: ssh error
# ldd /opt/ssh/sbin/sshd
libpam.so.1 => /usr/lib/hpux64/libpam.so.1
libdl.so.1 => /usr/lib/hpux64/libdl.so.1
Unable to find library 'libcrypto.so.0'.
I have tired to reinstall
SecureShell_A.05.10.008_HP-UX_B.11.31_IA_PA.depot
But still same issue
# which ssh
/usr/bin/ssh
# ssh
/usr/lib/hpux32/dld.so: Unable to find library 'libcrypto.so.0'.
Killed
#
regards
Yash
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-16-2009 11:43 PM
03-16-2009 11:43 PM
Re: ssh error
Re: ssh error
Will award points.......
Thanks
Yash
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 01:20 AM
03-17-2009 01:20 AM
Re: ssh error
Re: ssh error
Can you follow the steps pointed by Ganesan above to create links.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 01:27 AM
03-17-2009 01:27 AM
Re: ssh error
Re: ssh error
Thanks
But libssl.so.0.9.6 file is not present.
I have reinstalled T1471AA.
bit same result
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 02:12 AM
03-17-2009 02:12 AM
Re: ssh error
Re: ssh error
swlist |grep -i openssl
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 02:15 AM
03-17-2009 02:15 AM
Re: ssh error
Re: ssh error
OpenSSL A.00.09.08g.001 Secure Network Communications Protocol
#
Yash
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 02:16 AM
03-17-2009 02:16 AM
Re: ssh error
Re: ssh error
usr/lib/libssl.*
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 02:16 AM
03-17-2009 02:16 AM
Re: ssh error
Re: ssh error
ls -l /usr/lib/libssl.*
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 02:39 AM
03-17-2009 02:39 AM
Re: ssh error
Re: ssh error
Integrity shlibs (for sshd) should be in /usr/lib/hpux64/.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 02:46 AM
03-17-2009 02:46 AM
Re: ssh error
Re: ssh error
swlist -l file -a openssl
to check whether the files have are installed.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 03:09 AM
03-17-2009 03:09 AM
Re: ssh error
Re: ssh error
# 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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 03:47 AM
03-17-2009 03:47 AM
Re: ssh error
Re: ssh error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 03:53 AM
03-17-2009 03:53 AM
Re: ssh error
Re: ssh error
lrwxr-xr-x 1 root sys 35 Feb 25 15:55 /usr/lib/hpux64/libcrypto.a -> /opt/openssl/lib/hpux64/libcrypto.a
lrwxr-xr-x 1 root sys 36 Feb 25 15:55 /usr/lib/hpux64/libcrypto.so -> /opt/openssl/lib/hpux64/libcrypto.so
lrwxr-xr-x 1 root sys 38 Feb 25 15:55 /usr/lib/hpux64/libcrypto.so.0 -> /opt/openssl/lib/hpux64/libcrypto.so.0
lrwxr-xr-x 1 root sys 38 Feb 25 15:55 /usr/lib/hpux64/libcrypto.so.1 -> /opt/openssl/lib/hpux64/libcrypto.so.1
#
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 04:01 AM
03-17-2009 04:01 AM
Re: ssh error
Re: ssh error
SHLIB_PATH=$SHLIB_PATH:/opt/openssl/lib/hpux64:/usr/lib/hpux64
and start /etc/init.d/sshd restart
and try
ssh localhost
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 07:52 AM
03-17-2009 07:52 AM
Re: ssh error
Re: ssh error
SHLIB_PATH=$SHLIB_PATH:/opt/openssl/lib/hpux64:/usr/lib/hpux64
This shouldn't be needed because of the symlinks in the default path.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-17-2009 08:42 PM
03-17-2009 08:42 PM
Re: ssh error
Re: ssh error
Still not resolved the issue.
If anybody can solve this I will assign 10 points to all his suggestions.
Regards
Yash
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP