Xavier Maysonnave wrote:
>
> When I try to start the server.
> I got a crash when apache try to load the ApacheModSSL module.
> If I don't load this library I have more crashes with other modules.
> Those modules don't belong to the regular Apache distribution.
> One is the JRun module and the other one is the Software AG Tamino module.
> The engine tells me to recompile those modules with another option
> (those modules are DSO and the engine want -EIDE something like that).
Probably because you have other modules. OpenSA seems a bit picky about
hwo modules are compiled (IMAO dynamic linking is an art lost on Unix),
and the Apache manual suggests that the order of module loading is
critical.
You coukd try altering the order in which the modules are loaded, or do
your own compilation of the SSL module. Which compiler are you using?
What options are you using? From my experience of Perl, interaction
between code of different compilers at this level is something of a
black art <g>
Luke