・apache 1.3.26 をインストール (mod_ssl 2.8.10) $ tar xzf apache_1.3.26.tar.gz $ tar xzf mod_ssl-2.8.10-1.3.26.tar.gz $ cd mod_ssl-2.8.10-1.3.26 mod_ssl-2.8.10-1.3.26$ ./configure --with-apache=../apache_1.3.26 --with-ssl=/usr/local/ssl --prefix=/usr/local/apache-smod_ssl-2.8.10-1.3.26$ cd ../apache_1.3.26 apache_1.3.26$ make
Configuring mod_ssl/2.8.10 for Apache/1.3.26 + Apache location: ../apache_1.3.26 (Version 1.3.26) + OpenSSL location: /usr/local/ssl + Auxiliary patch tool: ./etc/patch/patch (local) + Applying packages to Apache source tree: o Extended API (EAPI) o Distribution Documents o SSL Module Source o SSL Support o SSL Configuration Additions o SSL Module Documentation o Addons Done: source extension and patches successfully applied. Configuring for Apache, Version 1.3.26 + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for Linux platform + setting C compiler to gcc + setting C pre-processor to gcc -E + checking for system header files + adding selected modules o ssl_module uses ConfigStart/End + SSL interface: mod_ssl/2.8.10 + SSL interface build type: OBJ + SSL interface compatibility: enabled + SSL interface experimental code: disabled + SSL interface conservative code: disabled + SSL interface vendor extensions: disabled + SSL interface plugin: Built-in SDBM + SSL library path: /usr/local/ssl + SSL library version: OpenSSL 0.9.6c 21 dec 2001 + SSL library type: installed package (stand-alone) + enabling Extended API (EAPI) + using system Expat + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/regex Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/modules/standard Creating Makefile in src/modules/ssl Now proceed with the following commands: $ cd ../apache_1.3.26 $ make $ make certificate $ make installapache_1.3.26$ make certificate