On Mon, May 17, 1999, Antoine Desrosiers wrote:

> ok, i've looked at /home/tony/apache_1.3.6/src/Configuration.tmpl
> and it shows this:
> #SSL_BASE=/usr/local/ssl
> #RSA_BASE=/usr/local/rsa
> Rule SSL_COMPAT=yes
> Rule SSL_SDBM=default
> Rule SSL_EXPERIMENTAL=no
> Rule SSL_VENDOR=no
> 
> (and at the end of the file this:
> #AddModule modules/ssl/libssl.a
> 
> i've tried uncommenting the commented lines, and it gives
> the same error message.
> 
> what should i try now?
> thanks for your help, i appreciate a lot :)

When this really exists in Configuration.tmpl but APACI nevertheless fails,
then, sorry, something seems to be horribly broken on your Slackware platform.
Then some sed, grep, awk or sh stuff fails silently. You can only trace this
down by going to the /home/tony/apache_1.3.6/ dir and entering:

$ SSL_BASE=/home/tony/ssl sh -x configure --enable-module=ssl

and observing why the SSL module isn't found. Sorry, that's the only
possibility. I'm sure there is _NOT_ a general or mod_ssl related bug in
APACI, because it works for the remaining part of the world. There has to be
something broken on your platform or we overlooked something trivially (but I
don't see it).

Greetings,
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to