On Wed, Jan 05, 2000, Marko Asplund wrote:

> i'm trying to compile mod_ssl-2.4.9-1.3.9 with OpenSSL v0.9.4 compiled
> without IDEA. OpenSSL include files seem to require that NO_IDEA macro is
> set in this case. what i can't figure out is how to get the configuration
> script to add -DNO_IDEA flag to SSL_CFLAGS in apache/src/modules/Makefile
> and apache/src/modules/ssl/Makefile - how do i do that?

Try to use the following APACI configuration line:

$ CFLAGS="-DNO_IDEA" ./configure [...]

                                       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