Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Daemon problem: Can't locate object method "configure" via package "Net::HTTP"

by converter (Priest)
on Nov 08, 2008 at 15:42 UTC ( [id://722407]=note: print w/replies, xml ) Need Help??


in reply to Daemon problem: Can't locate object method "configure" via package "Net::HTTP"

In the first error you listed, the Net::HTTP package wasn't defined so the method lookup failed. Other than a compilation failure, what could cause the package to go missing? LWP::Protocol::http requires Net::HTTP and would fail if compilation of that module failed, no?

Is it possible that you have an eval {} wrapper somewhere that's keeping your code from acting on an exception, or perhaps a __DIE__ handler that's doing the wrong thing?

  • Comment on Re: Daemon problem: Can't locate object method "configure" via package "Net::HTTP"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-26 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found