On Mon, Nov 22, 1999, David Molloy wrote:

>   Being a man of relative low expertise at UNIX I've been thrown
> in the deep end as I have to get this module working.  I have previously
> got Apache to work with JServ and was happy up until I needed SSL.
> I have followed the Joe Average instructions in the INSTALL file
> but after I configure like it says I try to make and it doesn't work.
> What seems to be occuring is that the module is nuking the contents of
> the various Makefiles.  I just untarred the apache download again into
> a seperate directory and ran the mod_ssl config again and it has done
> the same thing.  Anyone have any ideas please?  Thanks in advance.
> 
> Details:
> Solaris 2.5.1
> Apache 1.3.9
> mod_ssl-2.4.8-1.3.9
> jserv shouldn't be an issue really.
> 
> Typing:  ./configure --with-apache=/usr/locals/dmolloy/Installs/apache_1.3.9
>              --with-ssl=/usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
>              --prefix=/usr/local/apache
>              --enable-shared=ssl
> [...]
> Error: Cannot find SSL binaries under
> /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
>       + SSL library path: /usr/locals/dmolloy/Installs/mod_ssl-2.4.8-1.3.9
> 
> [...]
> Any help would be greatly appreciated - thanks.

You can help yourself easily by just recognizing the above error. As it says,
OpenSSL wasn't found under the directory you specified with --with-ssl.
That's clear, because you specified the mod_ssl directory.  If you read
mod_ssl's INSTALL document carefully, you will recognize that --with-ssl
specifies the directory where OpenSSL can be found, not the directory where
mod_ssl stays.
                                       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