On Fri, 12 Apr 2002, Alessandro Forghieri wrote: > While building: > if MP_DEBUG is set to 1:
MP_DEBUG=1 doesn't work properly on win32 yet. but to get debug symbols, if you build perl with debug flags on, modperl will get built with the same flags. so you get filename/line info in stacktraces, etc. building apache in debug mode is done with 'nmake /f Makefile.win _apached' and 'nmake /f Makefile.win installd' > o) a perl error - [Fri Apr 12 14:05:33 2002] [error] PerlRun: `Can't call > method "args" on an undefined > value at D:/Perl/lib/CGI.pm line 433.' (Apache::PerlRun) > The offending line contains a reference to Apache->request->args. you need to add to httpd.conf: PerlOptions +GlobalRequest for any location that is using CGI.pm as for things that are crashing the server, if you can put together simple examples to reproduce, i'll take a look. i know that the tests aren't working well on win32, but haven't had a chance to debug yet. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
