Hi,
I created a perl binding for a third party "C "library using swig. This
works fine under CGI but consistently fails under mod_perl.
Is there a known set of calls(mulithreading etc.) that is not expected to
work under mod_perl?
I have gone through almost all the mod_perl caveats that I could g
William, the point I was trying to make is:
1. My restart test scope merely loads modperl + libapreq. There is ZERO
application code loaded. In other words, all I did after installing
modperl + libapreq is to ONLY load them into httpd.conf:
LoadFile c:/Perl/bin/perl58.dll
LoadModule perl_modul