OpenSSL インストール
http://www.openssl.org/
$ tar -zxvf openssl-0.9.6g.tar.gz
$ cd openssl-0.9.6g/
$ ./config \
--prefix=/usr/local \
--openssldir=/usr/local/openssl \
-fPIC
$ make
$ make test
$ su
# make install
コンパイルには、それなりの時間がかかります。
トップページ
mod_ssl 組み込み