On Tue, Dec 2, 2008 at 5:26 PM, Shane McCarron <[EMAIL PROTECTED]> wrote:
> While we DO support mod_perl 1, in the case of
> these customers they are both using modern versions of Apache 2 and mod_perl
> 2.  In either case, since SOME of our modules compile just fine, and it only
> falls over in a subcomponent, I remain mystified!

Are you using PerlOptions +Parent?

Is your "use lib" being run in the parent process before any requests come in?

Another thing to check is if you're running out of filehandles:
http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Can_t_locate_F_TestFilter_in_str_consume_pm__in_C__INC____

- Perrin

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to