Try looking for a file called libmodssl.so, or libssl.so - I believe that's 
what get's created - for some reason the mod_ssl module doesn't follow the 
same naming scheme as the rest of the Apache modules - probably having to do 
with the fact that it needs to be linked into the main application, and the 
compiler has fun with shared libraries that don't start with the prefix 'lib'



On Sunday 21 January 2001 23:09, you wrote:
> 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.

-- 
Patrick Patterson                       Tel: (514) 236-9304
Senior Network Security Analyst         E-Mail: [EMAIL PROTECTED]
Canadian Network Security Service
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to