it's telling you to search the guide at:
http://perl.apache.org/guide/
check out in particular:
http://thingy.kcilink.com/modperlguide/troubleshooting/Undefined_subroutine_Apache_RO.html
Barry Veinotte wrote:
>
>
> Undefined subroutine &Apache::ROOT::cgi_2dbin::ads1::ads_2epl::handler
> called
I may have found the answer
http://perl.apache.org/dist/cgi_to_mod_perl.html
the perl version is 5.003 and from what I have read
in the guide 5.003 and mod_perl don't make life easy
for cgi scripts.
Would my problems be taken care of if Perl were
upgraded to 5.004 ? Is there any hope of ge
> > The subroutine is there (it executes in the first time). If I keep
> > trying to reload the page, sometimes it works, sometimes it doesn't.
> > The same error happens to other scripts, with different subroutines
> > being called, but never happens if I run them from the command line
> > (wit
> -Original Message-
> From: Paulo Narciso Filho [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 28, 2000 12:23 PM
> To: [EMAIL PROTECTED]
> Subject: Undefined subroutine error (only now and then)
>
>
> I'm using Apache and mod_perl to develop a dynamic web site. When I
> execu
On Sun, 2 Jul 2000, Bill Moseley wrote:
> This question has come up before (and I've asked it before) and I'm still
> not sure of a solution. It's been a while, so maybe someone else has seen
> (and solved) it?
>
> I get about 20 or so of these errors every day out of say 10,000 request
> for t