On Tue, Nov 28, 2000 at 09:47:16PM +0700, Jarungwit BOONPERM wrote:
> 
> cd mod_ssl-2.7.1-1.3.14
> ./configure \
>       --with-apache=../apache_1.3.14 \
>       --with-crt= ./pkg.sslcfg/server.crt \
>       --with-key= ./pkg.sslcfg/server.key

Don't do this, just do a:

./configure --with-apache=../apache_1.3.14

> cd..
> 
> sh     (change from csh (default) to sh)
> 
> cd apache_1.3.14
> SSL_BASE=../openssl-0.9.6 \
> EAPI_MM=../mm-1.1.3 \
> ./configure \
> --enable-module=ssl \
> --prefix=/usr/local/apache \
> --enable-shared=ssl \
> --activate-module=src/modules/php4/libphp4.a
> 
> make

Add this command here:
make certificate

> make install


-Dave
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to