FW: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-05-19 Thread darren.heather
Hi Perl Version: Any version after 5.005 (Tested on 5.8.0) mod_perl Version: 1.27 Apache Version: 1.3.27 With the assistance of IBM we may have highlighted a possible bug within mod_perl/perl. The problem started as we could not load the IBM Websphere 5 Apache plugin if mod_perl was enabled. (

RE: FW: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-05-20 Thread darren.heather
Hi Stas Sorry, are you saying that you feel the problem is in the Perl code rather than mod_perl ? I managed to track the fact that the Perl_safesysfree() is a Perl method, but could not determine if that was the cause or another symptym of the error we are seeing. Below are some additional sec

Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-06-22 Thread darren.heather
I have been investigating this problem further. The problem appears to be if any module tries to set an environment variable during the first init run then it will get wiped out by the shutdown of perl. This then means that the during the second init run the environment variable will not exist