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
openssh.license 3.8.0.5300 COMMITTED Open Secure Shell License
openssh.base.client 3.8.0.5300 COMMITTED Open Secure Shell Commands
openssh.base.server 3.8.0.5300 COMMITTED Open Secure Shell Server
#

# rpm -qa | egrep '(openssl|openssh|prng)'
openssl-0.9.7l-2
openssl-devel-0.9.7l-2
#

error

# ssh
exec(): 0509-036 Cannot load program ssh because of the following errors:
0509-130 Symbol resolution failed for ssh because:
0509-136 Symbol __fd_select (number 65) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol rresvport_af (number 137) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
#

anyone know what could be the error/problem ?

I installed SSL from AIX LINUX TOOLBOX CD

The CD which i installed SSH/SSL is from AIX 5.3 since I don't have 5.2
I have 6.1 which has both SSH/SSL but gave me the same error after installation.

referred:

http://dbaspot.com/forums/aix/196119-libcrypto-libcrypt-interfering-each-other.html
http://unix.ittoolbox.com/groups/technical-functional/ibm-aix-l/ssh-cannot-load-program-ssh-because-of-the-following-errors-2657393

That would be the problem, then. Maybe you can download the 5.2 ssh package from somewhere?

so, if someone doesn't have AIX 5.2, he cannot install it from the latest one like from AIX 6.1 which has both ssh/ssl ?

Okay as pointed out CORONA688, the versions do matter alot. Spend 3 hours searching for right versions.

so for AIX 5.2
Download OpenSSL Install images V0.9.8.802 for AIX 5.2
OpenSSL images
opensslv.0.9.8.802.tar.Z (6684617)
from
https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=aixbp&lang=en\_US&S_PKG=openssl&cp=UTF-8

then install OPENSSH 5.0.0.5221
from OpenSSH on AIX - Browse Files at SourceForge.net

it will work.

Problem Solved !