Module fails - but nothing is logged

2008-02-09 Thread brett lee
So I've been running my shiny new perl module for a couple weeks now without any issues. I call the module (Nav::Ad) four times (header, footer, left, right) from each of my Registry scripts. The Registry scripts parse a html file and decide whether to execute the module or just print out

Re: Apache 2.2.6, mod_perl 2.0.3 msvcrt.dll start problem

2008-02-09 Thread William A. Rowe, Jr.
Foo JH wrote: Andre, I've recently set up a test based very closely on your platform: AP2.2.8 AP5.8.8 Build 822 MP2.0.3 You mention a VC 2005 build of httpd, which build of MP? 2005? Not sure which uwinnipeg is built against, msvcrt or msvcr80. But my recent observation is that if you use

Writing a startup module for modperl in Win32

2008-02-09 Thread Foo JH
Hi all, I've done some refactoring recently on my mp2 app (on Win32), and succeeded in resolving the annoying startup issue (basically, does not start up well). I've documented my experience in the following url:

Re: Apache 2.2.6, mod_perl 2.0.3 msvcrt.dll start problem

2008-02-09 Thread William A. Rowe, Jr.
Randy Kobes wrote: I've also seen crashes of Apache/2.2.8 with mod_perl when Apache is started as a service, whereas it's fine if started from the command line. I'll try the suggestion in http://marc.info/?l=apache-modperlm=120234507226177w=2 to see if it's the version of ActivePerl that's

Re: Apache 2.2.6, mod_perl 2.0.3 msvcrt.dll start problem

2008-02-09 Thread Randy Kobes
On Sat, 9 Feb 2008, William A. Rowe, Jr. wrote: Foo JH wrote: Andre, I've recently set up a test based very closely on your platform: AP2.2.8 AP5.8.8 Build 822 MP2.0.3 You mention a VC 2005 build of httpd, which build of MP? 2005? Not sure which uwinnipeg is built against, msvcrt or

RE: Apache 2.2.6, mod_perl 2.0.3 msvcrt.dll start problem

2008-02-09 Thread Jan Dubois
On Sat, 09 Feb 2008, William A. Rowe, Jr. wrote: Randy Kobes wrote: We might see what compiling the ppm with .pdb files (not sure if you do that already) - simply /Zi args to CL.exe and /debug /opt:ref to the linker (rather than /release). Of course you can unpack the httpd symbols from the

Re: Module fails - but nothing is logged

2008-02-09 Thread Perrin Harkins
On Feb 9, 2008 10:31 AM, brett lee [EMAIL PROTECTED] wrote: My problem is that this works fine for several requests, but then it fails. And when it fails, ALL four (left,right,top,bottom) of the arrays that have calls to printAd fail. Never just one, always all four. The rest of the HTML

Re: Apache 2.2.6, mod_perl 2.0.3 msvcrt.dll start problem

2008-02-09 Thread Foo JH
I know. ApacheLounge uses a different (newer) compiler, and the implications can be quite risky. I've started on this path since the earlier 2.2.x when modperl on the ASF binaries has been unreliable, and support on the mailing list confirmed my experience more than resolved it. Why don't you

mod_perl and chroot

2008-02-09 Thread James Breat
Hi, I am trying to get mod_perl to work in chroot using mod_chroot. It works fine without chroot. This is the error am getting: failed to resolve handler `ModPerl::Registry': Can't locate ModPerl/Registry.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i486-linux-thread-multi

Trying to configure Apache2::Request

2008-02-09 Thread Mag Gam
I have installed Apache2::Request via CPAN, but i keep getting this message in my error_log [error] Global symbol $r requires explicit package name at /var/www/perl/doc.pl line 10.\n Apache configuration looks like this: LoadModule perl_module modules/mod_perl.so LoadModule apreq_module