以前書いたRedHat4.2へ最新opensshをインストールの続き
[zlibのインストール]
zlib-1.2.11.tar.gzをダウンロード
./configure
make test
make install
[opensslのインストール]
openssl-0.9.8k.tar.gzをダウンロード
./config zlib 386 no-sse2
make
make depend
make test
make install
[opensshのインストール]
openssh-5.3p1.tar.gzをダウンロード
./configure –without-pam –with-tcp-wrappers
make
sshdユーザがなければ作成
make install