Re: [cgiapp] RFC: Sub applications, CGI and mod_perl issues

2005-08-23 Thread Cesar Alba
Hi, Mmmm Apache 1 error log: [Mon Aug 22 16:29:35 2005] [error] Error executing run mode 'mode2': Can't locate DoubleSubApp.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1

Re: [cgiapp] RFC: Sub applications, CGI and mod_perl issues

2005-08-23 Thread Roberto Ruiz
On Tue, Aug 23, 2005 at 08:07:27AM +0200, Cesar Alba wrote: Hi, Mmmm Apache 2 error log: [Mon Aug 22 17:28:28 2005] [error] Error executing run mode 'mode2': Can't locate DoubleSubApp.pm in @INC (@INC contains: /usr/lib/perl5/Apache2 /etc/perl

Re: [cgiapp] RFC: Sub applications, CGI and mod_perl issues

2005-08-23 Thread Tony Fraser
On Mon, 2005-08-22 at 17:12, Roberto Ruiz wrote: } # ee/ has app modules, lib/ has cpan local installed modules use lib qw( /home/rruiz/perl/ee /home/rruiz/perl/lib ); use strict; use DoubleApp; [ snip ] Apache 1 error log: [Mon Aug 22 16:29:35 2005] [error] Error

Re: [cgiapp] RFC: Sub applications, CGI and mod_perl issues

2005-08-23 Thread Ron Savage
On Tue, 23 Aug 2005 11:28:40 -0600, Roberto Ruiz wrote: Hi Roberto use lib '/wherever/DoubleSubApp/is'; It is in the instance script, should it go in all modules? That's the only place I put it. (I run registry scripts, not mod_perl handlers.) I assume there is some other explanation for

Re: [cgiapp] RFC: Sub applications, CGI and mod_perl issues

2005-08-23 Thread Roberto Ruiz
On Tue, Aug 23, 2005 at 12:06:31PM -0700, Tony Fraser wrote: On Mon, 2005-08-22 at 17:12, Roberto Ruiz wrote: } # ee/ has app modules, lib/ has cpan local installed modules use lib qw( /home/rruiz/perl/ee /home/rruiz/perl/lib ); use strict; use DoubleApp; [ snip ]