- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh 4.3p2 not working
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
03-21-2007 01:11 PM
03-21-2007 01:11 PM
ssh 4.3p2 not working
I just upgraded to ssh 4.3p2 and ssl 0.9.7j.
But ssh dont work any more
#ssh -v
/usr/lib/dld.sl: Can't open shared library: /pro/local/lib/libz.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
swlist returns the following
2.11.2 binutils
2.95.2 gcc
4.3p2 openssh
0.9.7j openssl
5.6.0 perl
Do I need more s/w or upgrade the gcc etc to get ssh working again. Any help is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 01:20 PM
03-21-2007 01:20 PM
Re: ssh 4.3p2 not working
Did you installed the correct version of ssh , as your os is 10.20 , it should support that version. from where did you got the s/w , looks like version missmatch.
hth.
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 07:28 PM
03-21-2007 07:28 PM
Re: ssh 4.3p2 not working
Did you compile this yourself? If you did, how did you manage to get it to compile without the zlib package? If not, you probably don't need gcc nor perl just for running SSH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 09:57 PM
03-21-2007 09:57 PM
Re: ssh 4.3p2 not working
I did not complile it myself.I downloaded the s/w depot fom the site below
http://mirrors.develooper.com/hpux/downloads.html.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 10:06 PM
03-21-2007 10:06 PM
Re: ssh 4.3p2 not working
http://mirrors.develooper.com/hpux/libz-1.2.1-pa1.1.tgz
or this package:
http://mirrors.develooper.com/hpux/libz-1.1.4-pa1.1.tgz
Note that if these install to /pro/local/lib, you might want to do something to prevent cluttering your root filesystem. Perhaps a new LV, or simply a symlink from /pro/local to /usr/local?
The name of this library is a strange thing: some people call it "libz", but the developers say it's "zlib". (For information, see http://www.zlib.net/ )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 02:16 AM
03-22-2007 02:16 AM