Re: [Patch] Apache-dso_module() to find if a module is loaded asDSO or not

2001-04-25 Thread Stas Bekman
On Wed, 25 Apr 2001, Philippe M . Chiasson wrote: A suggested new feature. Apache-dso_module('mod_example.c') behaves like Apache-module('mod_example.c') except it returns 1 if the module is loaded as DSO, 0 if it's compiled in and undef if it's not present at all. I wrote this because

Re: [Patch] Apache-dso_module() to find if a module is loaded asDSO or not

2001-04-25 Thread Stas Bekman
Currently I think there is a slight bug in the latest mod_perl 1.x, where PerlRequire doesn't work as require() in Perl per se on restart. A few people have reported this behavior. So as a quick workaround do this: start.pl: - require real-startup.pl; this require(),

Re: [Patch] Apache-dso_module() to find if a module is loaded asDSO or not

2001-04-25 Thread Doug MacEachern
On Thu, 26 Apr 2001, Stas Bekman wrote: sure, but that's a different matter. I say that PerlModule and PerlRequire have a bug, which should be fixed. It's just that your problem made me reiterate the problem. patch below fixes. problem was the reference to @Apache::ReadConfig::PerlConfig