SSH Installation


 
Thread Tools Search this Thread
Operating Systems AIX SSH Installation
# 1  
Old 02-20-2012
SSH Installation

Hi,

One of our six servers is incapable of SSH.

I get the error below while running SSH:

Code:
# ssh
exec(): 0509-036 Cannot load program ssh because of the following errors:
        0509-150   Dependent module libz.a(libz.so.1) could not be loaded.
        0509-022 Cannot load module libz.a(libz.so.1).
        0509-026 System error: A file or directory in the path name does not exist.
#

I'm trying to reinstall ssh, open ssl, rpm packages, etc. However, on the part of the document im trying to follow:

Installing openSSH on 5.1, 5.2, and 5.3
At 5.1, 5.2, and 5.3, the installation of openssh itself is in installp format, but all the prerequisites (including openssl) can be installed using the same rpm -i commands (using the same 4.3.3. rpm packages). The installp format package can be downloaded from the following site:http://sourceforge.net/projects/openssh-aix After installing the prerequisites using the following commands,

Downloading the rpm packages.
The rpm packages can be downloaded from the following website: http://www.ibm.com/servers/aix/products/aixos/linux/download.html
  1. rpm -i zlib-1.1.4-3.aix4.3.ppc.rpm
  2. rpm -i prngd-0.9.23-3.aix4.3.ppc.rpm AIX 5.2 uses /dev/urandom
  3. rpm -i openssl-0.9.7d-1.aix5.1.ppc.rpm
  4. rpm -i openssl-devel-0.9.7d-1.aix5.1.ppc.rpm
I can't download the RPM packages from the ibm site. --> http://www.ibm.com/servers/aix/products/aixos/linux/download.html

Do I need to reinstall the RPM? how do i check if i already have the RPM packages needed? Do you know where i could get these RPM packages?

Thanks. Super. Really.

Last edited by zxmaus; 02-22-2012 at 01:23 AM.. Reason: added tags
# 2  
Old 02-20-2012
Code:
lslpp -L | grep -i packagename

should be showing you if you have zlib installed or not - by the looks of it you haven't ...

Try to download from here or take it from the Linux toolbox cd if you have one

Regards
zxmaus
# 3  
Old 02-21-2012
Hi,


Thanks again for attending to my inquiries. This is what i gathered from the lslpp command you gave:

zlib 1.2.3-4 C R The zlib compression and
decompression library.
(/bin/rpm)
zlib-devel 1.2.3-4 C R Header files and libraries for
developing apps which will use
zlib. (/bin/rpm)



and i checked the other servers with working ssh and the result of the lslpp is the same... should i reinstall it? how do i reinstall and what packages?

what other packages do i have to check besides the zlib?
# 4  
Old 02-21-2012
maybe your libpath variable is wrong defined ? Compare with your working boxes ...

check for openssl and the ssh package themselves. Maybe you need to reinstall the zlib and than add the location of the libraries to your LIBPATH variable

Regards
zxmaus
This User Gave Thanks to zxmaus For This Post:
# 5  
Old 02-22-2012
Hi,

thanks for the package download link.

I reinstalled the package by using rpm -i --force <package>.

and then i started the ssh service by startsrc -s sshd.


Now the ssh works!!! no more security problems.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Vulnerability with ssh in OpenSSH in an RHEL installation

There was a security analysis run on one server which has RHEL 5.8 installed and it is showing security vulnerabilities with respect to ssh in OpenSSH with reference no CVE-2007-4752. The vulnerability solution in the security report is showing solution as below: 1) Download and apply the... (3 Replies)
Discussion started by: RHCE
3 Replies

2. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

3. AIX

SSH error on AIx after installation

Hello, I am having a new type of error after installation of ssh... I cannot run ssh # oslevel -r 5200-04 #lslpp -l | grep ssh openssh.base.client 3.8.0.5300 COMMITTED Open Secure Shell Commands openssh.base.server 3.8.0.5300 COMMITTED Open Secure Shell Server ... (2 Replies)
Discussion started by: filosophizer
2 Replies

4. AIX

Ssh installation error "RSA key generation failed"

While trying to upgrade ssh from v4.7 to v5.0 on AIX 5.3 TL9, I end up with the following error. Has anyone come across this? Note: openssl has been upgraded to 0.9.8.840 before this upgrade Bala (0 Replies)
Discussion started by: balaji_prk
0 Replies

5. AIX

AIX 5.3 SSH installation problem

Cant install ssh on AIX 5.3 is there any easy way to solve the problem?? (2 Replies)
Discussion started by: wwwzviadi
2 Replies

6. Linux

SSH Tectia installation Problem

Hi... I am trying to install SSH Tectia on Linux,post installation when i try to login i am getting the error ''Linux box is going out of network...please advise (1 Reply)
Discussion started by: Pavan Pusuluri
1 Replies

7. Solaris

ssh installation won't continue

Hi All, I was following an instructions in the Installing OpenSSH Packages - SPARC and Intel/Solaris 8 regarding ssh installation on Solaris 8. When I got on "Step Five: Installing ssh and sshd" and run the following: # ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N "" PRNG is not... (2 Replies)
Discussion started by: itik
2 Replies

8. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies
Login or Register to Ask a Question