Caution |
今時、パッケージで全自動でしょうが、 昔話の記録も稀に役に立つだろうと思い、 この内容も保存しておこう。 |
まず、これらのソースを手に入れる。 apache_1.3.9.tar.gz mod_ssl-2.4.8-1.3.9.tar.gz openssl-0.9.4.tar.gz そして、解凍する。
% tar zxvf apache_1.3.9.tar.gz % tar zxvf mod_ssl-2.4.8-1.3.9.tar.gz % tar zxvf openssl-0.9.4.tar.gz
まず、openssl を作る。
% cd openssl-0.9.4 % ./config % make % su # make install
openssl を使えるようにするパッチを当てて、apache を compile する。
% cd mod_ssl-2.4.8-1.3.9 % sh configure --with-apache=../apache_1.3.9 % cd ../apache_1.3.9 % env BASE_SSL=/usr/local/ssl ./configure --enable-module=ssl % make
Copyright (C) 1993-2025 Ken'ichi Fukamachi mail:< fukachan at fml.org >