安装步骤
1.安装openssl
2.再安装openssh
# cd /tmp/ssh
# ls
openssh-4.5p1-r2.tar.Z openssl.tar.Z
# zcat openssl.tar.Z | tar -xf -
# ls
openssh-4.5p1-r2.tar.Z openssl.base openssl.license openssl.man.en_US openssl.tar.Z
# installp -aXd . openssl
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
SUCCESSES
---------
Filesets listed in this section passed pre-installation verification
and will be installed.
Selected Filesets
-----------------
openssl.base 0.9.8.4 # Open Secure Socket Layer
openssl.license 0.9.8.4 # Open Secure Socket License
openssl.man.en_US 0.9.8.4 # Open Secure Socket Layer
<< End of Success Section >>
FILESET STATISTICS
------------------
3 Selected to be installed, of which:
3 Passed pre-installation verification
----
3 Total to be installed
+-----------------------------------------------------------------------------+
Installing Software...
+-----------------------------------------------------------------------------+
installp: APPLYING software for:
openssl.man.en_US 0.9.8.4
. . . . . << Copyright notice for openssl.man.en_US >> . . . . . . .
Licensed Materials - Property of IBM
5765G0381
Copyright International Business Machines Corp. 2007.
All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
. . . . . << End of copyright notice for openssl.man.en_US >>. . . .
Filesets processed: 1 of 3 (Total time: 29 secs).
installp: APPLYING software for:
openssl.license 0.9.8.4
. . . . . << Copyright notice for openssl.license >> . . . . . . .
Licensed Materials - Property of IBM
5765G0381
Copyright International Business Machines Corp. 2007.
All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
. . . . . << End of copyright notice for openssl.license >>. . . .
Filesets processed: 2 of 3 (Total time: 29 secs).
installp: APPLYING software for:
openssl.base 0.9.8.4
. . . . . << Copyright notice for openssl.base >> . . . . . . .
Licensed Materials - Property of IBM
5765G0381
Copyright International Business Machines Corp. 2007.
Copyright Baltimore Technologies Ltd. 2004.
Copyright Richard Levitte <), 2004.
Copyright The OpenSSL Project. 1998-2000
Copyright Sun Microsystems, Inc. 2002.
All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
. . . . . << End of copyright notice for openssl.base >>. . . .
Finished processing all filesets. (Total time: 35 secs).
+-----------------------------------------------------------------------------+
Summaries:
+-----------------------------------------------------------------------------+
Installation Summary
--------------------
Name Level Part Event Result
-------------------------------------------------------------------------------
openssl.man.en_US 0.9.8.4 USR APPLY SUCCESS
openssl.license 0.9.8.4 USR APPLY SUCCESS
openssl.base 0.9.8.4 USR APPLY SUCCESS
openssl.base 0.9.8.4 ROOT APPLY SUCCESS
# lslpp -l |grep ssl
openssl.base 0.9.8.4 COMMITTED Open Secure Socket Layer
openssl.license 0.9.8.4 COMMITTED Open Secure Socket License
openssl.man.en_US 0.9.8.4 COMMITTED Open Secure Socket Layer
openssl.base 0.9.8.4 COMMITTED Open Secure Socket Layer
# zcat openssh-4.5p1-r2.tar.Z | tar -xvf -
#rm .toc
#installp -aYXd . openssh
# lslpp -l |grep ssh
openssh.base.client 4.5.0.5302 COMMITTED Open Secure Shell Commands
openssh.base.server 4.5.0.5302 COMMITTED Open Secure Shell Server
openssh.license 4.5.0.5302 COMMITTED Open Secure Shell License
openssh.man.en_US 4.5.0.5302 COMMITTED Open Secure Shell
openssh.msg.en_US 4.5.0.5302 COMMITTED Open Secure Shell Messages -
openssh.base.client 4.5.0.5302 COMMITTED Open Secure Shell Commands
openssh.base.server 4.5.0.5302 COMMITTED Open Secure Shell Server
#startsrc -t sshd
#stopsrc -t sshd
#lssrc -t sshd
阅读(3427) | 评论(0) | 转发(0) |