On Fri, Oct 30, 1998, Jan Wedekind wrote:

> I just tried to compile a SSL-patched (mod_ssl-2.0.13) apache version,
> but *without* activating mod_ssl:
> 
> gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=251 -DMOD_PERL 
> - -DUSE_HSREGEX -DSERVER_SUBVERSION=\"PHP/3.0.3\" -O2 -DFPX_CORE_PATCH 
> - -I/usr/local/include `../../apaci` proxy_http.c
> proxy_http.c: In function `ap_proxy_http_handler':
> proxy_http.c:251: `use_ssl' undeclared (first use this function)
> proxy_http.c:251: (Each undeclared identifier is reported only once
> proxy_http.c:251: for each function it appears in.)
> 
> Ralf: you missed one ifdef around lines 251-253 within proxy_httpd.c
>   (just checked with current developer version @ engelschall.com)

Ops, yes. Comitted your patch for 2.0.14. Thanks, Jan.

> There are also missing some conditional Makerules, to prevent
> to make the certificate stuff, if mod_ssl is disabled.

Hmmmmm.... `make certificate' needs to know SSL_BASE and other stuff. This is
only calculated when mod_ssl is actually enabled. So there is no chance to run
`make certificate' when mod_ssl is not enabled.  But I will add a check for
this, so one gets an error message when one tries to run `make certificate'
under this situation. Thanks for this hint, too.

>[...]
> Thanks again for creation and working on mod_ssl.

No problem. But look forward for 2.1b7 which gets released the next hours: It
contains your DSO support where I then need your feedback and review again,
Jan.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to