PerlSwitches -I

2009-09-04 Thread Artem Kuchin
I have run into a problem. I want to have my packages precompiled in apache process with PerlModule X:Y X:Y is my own package with is located in the site directory. The site is a virtual host. However, this apache also has many other virtual hosts with ALMOST the same software with a package na

Re: PerlSwitches -I

2009-09-04 Thread Adam Prime
Artem Kuchin wrote: I have run into a problem. I want to have my packages precompiled in apache process with PerlModule X:Y X:Y is my own package with is located in the site directory. The site is a virtual host. However, this apache also has many other virtual hosts with ALMOST the same softw

Re: Would like mod_perl 1.29 to include more information on fatal errors

2009-09-04 Thread James Olsen
Hello Perrin, Thank you for your response. PH> You could: PH> - Make s $SIG{__DIE__} handler PH> - Wrap your application in an eval {} PH> The data you want is available from either the standard apache log PH> formats or perl code in Apache::Status, so there's no need to worry PH> about writing

Re: Would like mod_perl 1.29 to include more information on fatal errors

2009-09-04 Thread Perrin Harkins
On Fri, Sep 4, 2009 at 12:00 PM, James Olsen wrote: > The trouble is, our code isn't getting invoked at all. Mod_perl (or > something lower-level like that) is dying complaining that our code > can't be found on the hits where this happens. Did you try $SIG{__DIE__}? It's a global setting for tha

Trivial changes to the Apache configuration result in segfaults for TWiki (installed as a mod_perl based application)

2009-09-04 Thread Rafael Caceres
Hello All, I'm having a very strange problem with a mod_perl application: TWiki. Unrelated changes to the httpd.conf like adding an Alias or an Location section, or even adding or removing a comment result in segfaults in that application. Other applications, either cgi or Apache::Registry based a

Help requested with a CGI.pm / mod_perl bug

2009-09-04 Thread Mark Stosberg
Hello, I'm doing some maintenance on CGI.pm now and could use help tracking down a bug only reported when running under mod_perl. Here's the bug report: "mod_perl resets $XHTML to 1 after first request" http://rt.cpan.org/Public/Bug/Display.html?id=30774 Comments and patches are welcome. The

Re: [mp2] Apache2::Reload missing in FreeBSD ports

2009-09-04 Thread Philip M. Gollucci
Michiel Beijen wrote: > Foo JH wrote: >> 2. I can't install p5-Apache-Reload over ports, as it will complain it >> expects Apache 1.3. > > This would be actually more of a FreeBSD Ports related issue. > > I guess you should complain at the port maintainer for the dependencies. > Apache-Reload is

Re: Undefined symbol "Perl_pad_sv" building mp2 (all is well)

2009-09-04 Thread craig
Fred Moyer and Michael Peters were correct about not wanting to have 5.8.x libraries under perl 5.10.1. As soon as I built a 5.10.1 cleanly with no retained libraries, the undef's in Dynaload in mod_perl2 make test went away. The biggest remaining problem was getting apreq2-2.12 to build correct