- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH install error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 05:35 AM
11-16-2004 05:35 AM
* Beginning the Configure Execution Phase.
/usr/lib/dld.sl: Can't open shared library: /usr/ais/lib/libcrypto.sl.0.9
/usr/lib/dld.sl: No such file or directory
/var/tmp/BAAa27547/catalog/Secure_Shell/SECURE_SHELL/configure[56]: 27910
ERROR: could not generate RSA1 host key
ERROR: The "configure" script for "Secure_Shell.SECURE_SHELL" failed
(exit code "1"). The script location was
"/var/tmp/BAAa27547/catalog/Secure_Shell/SECURE_SHELL/configure"
Not sure what I am missing or what's causing the error..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 05:45 AM
11-16-2004 05:45 AM
SolutionHave a look at the following page for more information on everything required to install and run OpenSSH on HP-UX:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.9p1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 05:52 AM
11-16-2004 05:52 AM
Re: SSH install error
download and install the HP Secure Shell which is build on openssh. It is precompiled and has the prerequisites.
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 06:03 AM
11-16-2004 06:03 AM
Re: SSH install error
T1471AA_A.03.81.002_HP-UX_B.11.11_32+64.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 06:15 AM
11-16-2004 06:15 AM
Re: SSH install error
I believe libcrypto.sl.0.9 is part of the OpenSSL v0.9.7d fileset in the package. Check and see that you are installing all the filesets in the bundle.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 06:20 AM
11-16-2004 06:20 AM
Re: SSH install error
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
Internet express includese the openssl and evrything else you might need.
I think the depot version of Secure shell is the way to go. I never compile unless I need to.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 06:20 AM
11-16-2004 06:20 AM
Re: SSH install error
Also check on the env variable SHLIB_PATH. setting the lib path might help.
Can root access the lib directory ?.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 06:42 AM
11-16-2004 06:42 AM
Re: SSH install error
If somehing is different on this server that it can't get to the libraries I'm lost as to what it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 03:34 PM
11-16-2004 03:34 PM
Re: SSH install error
/usr/lib/dld.sl: Can't open shared library: /usr/ais/lib/libcrypto.sl.0.9
/usr/lib/dld.sl: No such file or directory
Secure shell configure script tries to run the following command to generate RSA1 host key.
/opt/ssh/bin/ssh-keygen -t rsa1 -f /opt/ssh/etc/ssh_host_key -N "" > /dev/null
From command line run
# ldd -v /opt/ssh/bin/ssh-keygen
Check the output to see if libcrypto.sl.0.9 appears.
For each library in the output verify that they are not linked to /usr/ais/lib/libcrypto.sl.0.9.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 04:14 PM
11-16-2004 04:14 PM
Re: SSH install error
I've had exactly the same issue installing SSH 3.81 on some 11i servers.
The problem is that the configuration is looking for some shared libaries that are part of the Kerberos Client (KRB5-Client).
Do an "swlist -l product | grep -i kerberos".
On the systems where the swconfig failed the KRB5-Client was probably not installed.
I'm not sure why as I believe its part of the core OS install for 11i.
The workaround I used was to copy the shared libraries from the 11i Core OS CD (1).
They are in /cdrom/KRB5-Client/KRB5-SHLIB to /usr/lib.
Then run /usr/sbin/swconfig Secure_Shell
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 04:34 PM
11-16-2004 04:34 PM
Re: SSH install error
Do this
'echo $SHLIB_PATH' on this server and on another server where it is working fine. You may have to fix your /etc/SHLIB_PATH file. See if that file is not running out of maximum length.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 12:23 AM
11-17-2004 12:23 AM
Re: SSH install error
KRB-Support B.11.11 Kerberos Support for HP-UX and DCE
KRB5-Client B.11.11 Kerberos V5 Client Version 1.0
# ldd -v /opt/ssh/bin/ssh-keygen
find library=/usr/lib/libc.2; required by /opt/ssh/bin/ssh-keygen /usr/lib/libc.2 => /usr/lib/libc.2
find library=/usr/lib/libdld.2; required by /usr/lib/libc.2 /usr/lib/libdld.2 => /usr/lib/libdld.2
find library=/usr/lib/libc.2; required by implicit load /usr/lib/libc.2 => /usr/lib/libc.2
find library=/usr/ais/lib/libcrypto.sl.0.9.6; required by /opt/ssh/bin/ssh-keygen
/usr/lib/dld.sl: Can't open shared library: /usr/ais/lib/libcrypto.sl.0.9.6
/usr/lib/dld.sl: No such file or directory
# cat /etc/SHLIB_PATH/usr/lib:/etc/opt/resmon/lib
# echo $SHLIB_PATH sh: SHLIB_PATH: Parameter not set.
I did an: export SHLIB=`cat /etc/SHLIB_PATH`
and ran swinstall, and still received the same errors on the swinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 06:19 AM
11-17-2004 06:19 AM