error while starting SSH on AIX


 
Thread Tools Search this Thread
Operating Systems AIX error while starting SSH on AIX
# 1  
Old 09-14-2006
error while starting SSH on AIX

Hi all

while giving command ssh start i am getting following error

exec(): 0509-036 Cannot load program ssh because of the following errors:
0509-150 Dependent module /opt/freeware/lib/libcrypto.a(libcrypto.so.0.9.7) could not be loaded.
0509-152 Member libcrypto.so.0.9.7 is not found in archive

Please help me out
# 2  
Old 09-15-2006
Helo.
The error clearly says that ssh misses a library (libcrypto.so.0.9.7). You will need to install openssl to make ssh work. You can get it from IBM at:
https://www14.software.ibm.com/webap...&S_PKG=dlaixww
Though, you must register.
Regards.
# 3  
Old 09-15-2006
Bug

hi grial,

Thanks for your responce when i give the following command

# rpm -qa | egrep '(openssl|openssh|prng)'
openssl-0.9.6m-2
openssl-devel-0.9.7g-2
openssl-doc-0.9.7g-2
prngd-0.9.29-1

#ssh -d

exec(): 0509-036 Cannot load program ssh because of the following errors:
0509-150 Dependent module /opt/freeware/lib/libcrypto.a(libcrypto.so.0.9.7) could not be loaded.
0509-152 Member libcrypto.so.0.9.7 is not found in archive

still i am getting the same error

Can you please suggest me..

Advance thanks regarding..
# 4  
Old 09-15-2006
There it is, ssh's telling you! Smilie
You have BINARIES version 0.9.6m-2 for openssl, and you are being asked for version
0.9.7. Just remove the old openssl version and install the new one.
Regards.
# 5  
Old 09-15-2006
Bug Problem resolved

hi grial

Thank you very much....

It resoved my problem Smilie Smilie Smilie Smilie

I uninstalled all the rpms and installed the new version 9.7

Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Starting SSH in UNIX

I have been working on my UNIX box for just over 1 month. The issue I am having, I cannot get my SSH to start on the system. I have a few rsync programs that are depending on SSH. Can anyone please let me know how to get SSH started back? Any assistance will be much appreciated. Thanks (2 Replies)
Discussion started by: T Long
2 Replies

2. HP-UX

Error when starting apache

Due to an activity scheduled on the server, I had stop the apache process and then restart when the activity completed. The activity started at 9am and ended around 9 pm. To list the apache processes that were running on the server before I stopped it, I used ps -ef | grep apache, and these were... (11 Replies)
Discussion started by: anaigini45
11 Replies

3. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies

4. Shell Programming and Scripting

Starting Scripts Using SSH

Hi all, Case 1: ./Myscript.sh param (on a first node) Another node: (In parallel i run the same script) ./Myscript.sh param (on a second node) Case2: From my host, using ssh: for i in $(seq $nb_lignes) (0 Replies)
Discussion started by: chercheur111
0 Replies

5. AIX

Blocking/starting a Port in AIX 6.1

Hello Team, We are having weblogic which running on AIX 6.1 Lpar machine. We not enabled any firewall(IPSEC) in AIX level. Our weblogic is running on cluster.Whenever we stop/restart the cluster we would like to stop/start the port(by using command) which used by the weblogic. Please... (2 Replies)
Discussion started by: gowthamakanthan
2 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. Shell Programming and Scripting

SSH starting nohup'd process - not exiting

I'm trying to ssh into a remote server, run a script which may or may not start a nohup'd background process and then exit leaving the process running on the remote server. I'm looping through a number of servers to do this but the script hangs as soon as it comes to a server where the remote... (3 Replies)
Discussion started by: Steve_H
3 Replies

8. Shell Programming and Scripting

How to starting process as daemon using ssh command?

Hello, I need to run a command on remote Linux using the ssh command from my local machine. I am able to execute the command on remote machine using ssh but it's behaving strangely. The command is supposed to start a daemon process on remote linux box and the control should return back to me... (5 Replies)
Discussion started by: nitinshukla
5 Replies

9. AIX

Problem starting sshd on AIX

I just installed SSH on an AIX machine: > lslpp -l openssh.base.server Fileset Level State Description ---------------------------------------------------------------------------- Path: /usr/lib/objrepos openssh.base.server 4.1.0.5301 COMMITTED Open... (1 Reply)
Discussion started by: outtacontrol
1 Replies
Login or Register to Ask a Question