Quote:
Originally Posted by
ak835
i have dloaded the necessary file...."openssh-4.7_5301.tar.z"
but don know how to install openSSH from this...[...]
Uncompress it, then untar it. When you get a file ending with *.rpm use
# rpm -Uvh openssh...rpm
When you get the AIX backup file format bff use
# inutoc .
in the directory where the bff is to create the table of contents (delete and recreate .toc file whenever you add/remove files from the installation directory) and then install it with
# installp -acXg -d . openssh-4.7*.bff
or use
# smitty install
if you prefer a 'guided' tour
One last thought because this might become your next question: if the installation fails because of some missing prerequisite (OpenSSL) - this can be downloaded from the IBM page via the link that is also given at the SourceForge page. You need to create an ID to register with the IBM Web Download Pack Program but this is free.