I thought I would go back to installing everything.
Last time, when I installed Apache, I had had problems with the following
command:

SSL_BASE=/usr/local/src/openssl-0.9.6c/ \
    ./configure \
    --with-layout=Apache \
    --enable-module=ssl \
    --enable-module=rewrite \
    --enable-module=so \
    --activate-module=src/modules/perl/libperl.a \
    --disable-shared=perl \
    --without-execstrip

Telling me that SSL_BASE is not understood.

So I set it using
% Setenv SSL_BASE "/usr/local/src/openssl-0.9.6c/"
% ./configure \
    --with-layout=Apache \
    --enable-module=ssl \
    --enable-module=rewrite \
    --enable-module=so \
    --activate-module=src/modules/perl/libperl.a \
    --disable-shared=perl \
    --without-execstrip
% make
% make test
% make install

I have "make"d openssl, mod_ssl, and mod_perl.
When I try to configure Apache, I am still getting the 'SSL_BASE is not
understood' error.

I am using Apple's default shell.

Any help is appreciated!

Thanks,
Ward

--
Ward W. Vuillemot <[EMAIL PROTECTED]>

Reply via email to