Sponsored Content
Full Discussion: SSH Installation
Operating Systems AIX SSH Installation Post 302600051 by guzzelle on Monday 20th of February 2012 02:38:24 AM
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
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
RPMSPEC(8)                                                    System Manager's Manual                                                   RPMSPEC(8)

NAME
rpmspec - RPM Spec Tool SYNOPSIS
QUERYING SPEC FILES: rpmspec {-q|--query} [select-options] [query-options] SPEC_FILE ... select-options [--rpms] [--srpms] query-options [--qf,--queryformat QUERYFMT] [--target TARGET_PLATFORM] QUERY OPTIONS The general form of an rpm spec query command is rpm {-q|--query} [select-options] [query-options] You may specify the format that the information should be printed in. To do this, you use the --qf|--queryformat QUERYFMT option, followed by the QUERYFMT format string. See rpm(8) for details. SELECT OPTIONS --rpms Operate on the binary package header(s). --srpm Operate on the source package header(s). SEE ALSO
popt(3), rpm(8), rpmdb(8), rpmkeys(8), rpmsign(8), rpm2cpio(8), rpmbuild(8), rpmspec --help - as rpm supports customizing the options via popt aliases it's impossible to guarantee that what's described in the manual matches what's available. http://www.rpm.org/ <URL:http://www.rpm.org/> AUTHORS
Marc Ewing <marc@redhat.com> Jeff Johnson <jbj@redhat.com> Erik Troan <ewt@redhat.com> Panu Matilainen <pmatilai@redhat.com> Red Hat, Inc 29 October 2010 RPMSPEC(8)
All times are GMT -4. The time now is 12:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy