Re: PerlRun problem: can't find method uri?

2002-05-01 Thread Ricky
On Tuesday 30 April 2002 03:44 pm, you wrote: You better fix these errors, and keep 'use strict' in place. Then PerlRun should work without any problems in most cases. If after fixing those problems you still have problems, come back with your relevant questions again. It's a good idea to

Re: PerlRun problem: can't find method uri?

2002-05-01 Thread Per Einar Ellefsen
At 08:51 01.05.2002, Ricky wrote: On Tuesday 30 April 2002 03:44 pm, you wrote: You better fix these errors, and keep 'use strict' in place. Then PerlRun should work without any problems in most cases. If after fixing those problems you still have problems, come back with your relevant

PerlRun problem: can't find method uri?

2002-04-30 Thread Ricky
Hi All, I am trying to porting mod_cgi script to mod_perl script because the mod_cgi script don't run correctly under mod_perl. When running under apache::registry, the script show wrong result. When running under apache::perlrun, the script sometimes crash. In error_log show : can't locate

Re: PerlRun problem: can't find method uri?

2002-04-30 Thread Stas Bekman
Ricky wrote: Hi All, I am trying to porting mod_cgi script to mod_perl script because the mod_cgi script don't run correctly under mod_perl. When running under apache::registry, the script show wrong result. what do you mean, wrong results. Have you read

Re: PerlRun problem: can't find method uri?

2002-04-30 Thread Per Einar Ellefsen
At 09:09 30.04.2002, Ricky wrote: When running under apache::perlrun, the script sometimes crash. In error_log show : can't locate object method uri via package Apache::perlrun This got me wondering: are you specifying Apache::PerlRun in any configuration or Apache::perlrun? Please remember

Re: PerlRun problem: can't find method uri

2001-01-11 Thread Doug MacEachern
On Thu, 4 Jan 2001, Jie Gao wrote: Another problem with PerlRun is that it seems to interfere with mod_perl handlers. I have an authentication/authorisation handler, which reads in from a file for someinformation. After a script under PerlRun is run, the handler fails to read anything

Re: PerlRun problem: can't find method uri

2001-01-03 Thread Jie Gao
On Tue, 2 Jan 2001, Ken Williams wrote: Error: [Tue Jan 2 16:02:37 2001] [error] Can't locate object method "uri" via package "Apache::PerlRun" at /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Apache/PerlRun.pm line 212. Jie, Try this patch. Does it solve the problem?

PerlRun problem: can't find method uri

2001-01-01 Thread Jie Gao
Hi All, perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=solaris, osvers=2.7, archname=sun4-solaris uname='sunos groucho 5.7 generic_106541-12 sun4u sparc sunw,ultra-80 ' hint=recommended, useposix=true, d_sigaction=define

Re: PerlRun problem: can't find method uri

2001-01-01 Thread Ken Williams
[EMAIL PROTECTED] (Jie Gao) wrote: Using mod_perl-1.24_01. Error: [Tue Jan 2 16:02:37 2001] [error] Can't locate object method "uri" via package "Apache::PerlRun" at /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Apache/PerlRun.pm line 212. Jie, Try this patch. Does it solve the problem?