Here's my problem (again, it seems). I try to run Apache:

[root@yggdrasill apache_1.3.22]# /usr/local/apache/bin/apachectl startssl
/usr/local/apache/bin/apachectl: line 184: 19882 Segmentation fault
(core dumped) $HTTPD -DSSL
/usr/local/apache/bin/apachectl startssl: httpd could not be started

I've corrected my previous error. Here's EXACTLY how I'm
compiling/installing (I'm not even worrying about PHP yet):

    cd mm-1.1.3
    ./configure --disable-shared; make
    cd ..

    cd mod_ssl-2.8.5-1.3.22
    ./configure \
        --with-apache=../apache_1.3.22 \
        --with-ssl \
        --with-rsa \
        --with-mm=../mm-1.1.3 \
        --enable-shared=ssl
    cd ..

    cd apache_1.3.22
    EAPI_MM=../mm-1.1.3 \
    ./configure \
        --enable-module=ssl \
        --enable-module=rewrite \
        --enable-shared=rewrite \
        --enable-shared=ssl \
        --enable-rule=SHARED_CORE \
        --enable-rule=SHARED_CHAIN \
        --enable-rule=so
    make; make certificate
    make install
    cd ..

That's it!

Offhand, I used to have the two following configure options for Apache:

--enable-module=proxy \
--enable-shared=proxy \

But I took them out as I never think I'll use the proxy module. Is this
needed for some reason?

Also, mod_ssl keeps telling me to include a SSL_BASE variable when I
configure Apache. Is this necessary? And, excuse my green-ness, but what
should SSL_BASE be set to if I merely installed a binary RPM for openssl?
The libraries are in /usr/lib, it seems. Is this what it should be set to?

Just in case, here are some specs for my system:
    - RedHat 7.2
    - kernel-2.4.9-7
    - gcc-2.96-98
    - glibc-2.2.4-19

Any more thoughts?
Dean Hall.


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

Reply via email to