in reply to Re^2: method not found Apache2::RequesUtil->request
in thread method not found Apache2::RequesUtil->request

No, how can i do this ?

I thought you knew. Could not find or load mod_perl lead me to believe you were running mod_perl. If you are not, work through mod_perl: Getting Your Feet Wet with mod_perl

  • Comment on Re^3: method not found Apache2::RequesUtil->request

Replies are listed 'Best First'.
Re^4: method not found Apache2::RequesUtil->request
by abdou-wt (Initiate) on Apr 20, 2012 at 10:25 UTC
    i work with mod_perl2

      lol. Same difference. Are you trying to run the above program under mod_perl2?

Re^4: method not found Apache2::RequesUtil->request
by abdou-wt (Initiate) on Apr 21, 2012 at 17:22 UTC
    yes

      prove it

Re^4: method not found Apache2::RequesUtil->request
by abdou-wt (Initiate) on Apr 22, 2012 at 19:51 UTC
    i don't know how to proove it but i install it whith ppm succesufuly !

      i don't know how to proove it but i install it whith ppm succesufuly !

      well, ppm doesn't include a test suite. You can still download from cpan and run the test suite yourself.

      If the test suite fails spectacularly, you've found your problem.

      Usually, to prove it, (as Corion describes) you'd explain each step you took, so that someone else can replicate those exact steps, and then trigger the same error

Re^4: method not found Apache2::RequesUtil->request
by abdou-wt (Initiate) on Apr 24, 2012 at 08:12 UTC
    thnx for the comment : when i instaled mod_perl, i have the message that it is successufully installed; i don't think that the problem is in mod_perl: can you try this code in your PC ?

      Why, what good would it do?

      I had no problems running Re^3: Could not find or load mod_perl but you said it didn't work for you -- I can't believe that.

      I don't know what you're doing or not doing correctly, and you don't appear interested in figuring it out