Install ssh on AIX5.2

hi
Any one help me to install ssh on IBM-AIX5.2
in my machine i have this bellow rpms installed
zlib-1.2.3-3
prngd-0.9.23-3
openssl-0.9.7l-2
openssl-doc-0.9.7l-2
openssl-devel-0.9.7l-2

For ssh installing we need ssh rpms but i could not find openssh,openssh-server,openssh-client rpm's in IBM site for IBM-AIX5.2
plzzzz help me

IBM makes openssh available via Sourceforge:
SourceForge.net: OpenSSH on AIX

Hi,
If you have access to a compiler, then build it from the source OpenSSH

The files required are installed as rpm files if you download them, and as installp files on the Bonus Pack. In either case at AIX 5 you can choose to use smit or rpm to install the packages.
Openssh client and server require the openssl libraries and the random number generator to be installed as prerequisites.

openssh-2.9p1-1.aix4.3.ppc.rpm
openssh-2.9p1-1.src.rpm
openssh-clients-2.9p1-1.aix4.3.ppc.rpm
openssh-server-2.9p1-1.aix4.3.ppc.rpm
openssl-0.9.6b-1.aix4.3.ppc.rpm
openssl-devel-0.9.6b-1.aix4.3.ppc.rpm
openssl-doc-0.9.6b-1.aix4.3.ppc.rpm
prngd-0.9.19-3.aix4.3.ppc.rpm

i got this error while installing ssh package time
bash-3.00# installp -d /openssh/ openssh.base
installp: No action was indicated.
The -a (apply) flag is being assumed.
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...

FAILURES
--------
Filesets listed in this section failed pre-installation verification
and will not be installed.

Requisite Failures
------------------
SELECTED FILESETS: The following is a list of filesets that you asked to
install. They cannot be installed until all of their requisite filesets
are also installed. See subsequent lists for details of requisites.

openssh.base.client 4.7.0.5200            \# Open Secure Shell Commands
openssh.base.server 4.7.0.5200            \# Open Secure Shell Server

MISSING REQUISITES: The following filesets are required by one or more
of the selected filesets listed above. They are not currently installed
and could not be found on the installation media.

openssl.base 0.9.8.600                    \# Fileset Update

<< End of Failure Section >>

FILESET STATISTICS
------------------
2 Selected to be installed, of which:
2 FAILED pre-installation verification
----
0 Total to be installed

Pre-installation Failure/Warning Summary
----------------------------------------
Name Level Pre-installation Failure/Warning
-------------------------------------------------------------------------------
openssh.base.server 4.7.0.5200 Requisite failure
openssh.base.client 4.7.0.5200 Requisite failure