I'm trying to compile a DSO version of mod_ssl but can't find a mod_ssl.so
file to use as a module.  Perhaps my understanding of the terms is wrong,
but does a DSO version mean that a module (ie. mod_ssl.so) is created?

I used the '--enable-shared=ssl' directive when I ran the configure
script, was there something else I needed to do?  mod_ssl appears to have
been compiled properly, but not modularly.

Here's what I did on my RedHat 6.2 system with the Apache 1.3.12 sources
in /tmp/apache_1.3.12, openssl-0.9.6-1  and mod_ssl-2.6.6-1.3.12:

$ export SSL_BASE=SYSTEM
$ cd mod_ssl-2.6.6-1.3.12
$ ./configure --with-apache=/tmp/apache_1.3.12
$ cd /tmp/apache_1.3.12
$ ./configure --enable-module=ssl --prefix=/tmp/apache_1.3.12 \
        --enable-shared=ssl
$ make
$ sudo make install

This put Apache in /usr/local/apache, the default, but there are no
LoadModule directives in the default httpd.conf so I'm assuming no modules
were created.  I'm sorry if this is a silly question, but I've read the
FAQ and other excellent documentation on the website and don't see
anything that helps me with this particular problem.

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

Reply via email to