Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Prototype mismatch using mod_perl

by AlfaProject (Beadle)
on Aug 08, 2011 at 19:52 UTC ( [id://919317]=note: print w/replies, xml ) Need Help??


in reply to Re: Prototype mismatch using mod_perl
in thread Prototype mismatch using mod_perl

Of course I know what it's doing and why it's there.
I have these errors on all modules that I added to the scripts except the CGI module.
All the scripts are working and checked .
It's something strange that came with the mod_perl , never get these kind of errors on mod_cgi.
I will check that solution tomorrow Thanks a lot !
  • Comment on Re^2: Prototype mismatch using mod_perl

Replies are listed 'Best First'.
Re^3: Prototype mismatch using mod_perl
by Anonymous Monk on Aug 09, 2011 at 05:57 UTC

    If you ask me, it sounds like your OS released a new version of mod_perl that doesn't play well with your existing scripts. So, if that's the case, what does that mean? Maybe there's a problem with your distro's latest release of mod_perl. I'm guessing we're talking about Linux so I'd start by checking out my distro's bug tracker to see if anyone else is having mod_perl issues. Maybe you got bumped from mod_perl 1.xx to mod_perl 2.xx which is very different.

    If the above is wrong, take a close look at what changed in your environment. Whatever it was that changed is most likely the culprit.

    In a pinch, if none of the above helps, you might try a manual build of mod_perl to see where the problem lies. If your build works, then the distro has a problem, if not, you should at least get some build errors to point you in the right direction.

    Of course, if you're running windows, very little of the above may apply. But I'd still look for a recent mod_perl update to be the problem.

      I found that the developers of mod_perl don't support anymore ModPerl::PerlRun
      That was the answer to the guy that had same problem as me.
      https://bugzilla.mozilla.org/show_bug.cgi?format=multiple&id=124591
      Not fun at all, that thing working on our production server.
Re^3: Prototype mismatch using mod_perl
by Anonymous Monk on Aug 08, 2011 at 19:54 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://919317]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 02:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found