Chinaunix首页 | 论坛 | 博客
  • 博客访问: 143378
  • 博文数量: 23
  • 博客积分: 1536
  • 博客等级: 上尉
  • 技术积分: 271
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-26 20:01
文章分类

全部博文(23)

文章存档

2010年(13)

2009年(10)

我的朋友

分类:

2010-05-25 17:01:18

安装步骤
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
阅读(3369) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~