Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Can't locate object method

by Anonyrnous Monk (Hermit)
on Feb 01, 2011 at 18:27 UTC ( [id://885587]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can't locate object method
in thread Can't locate object method

I need to know how to "verify" that something is installed

Try to load the modules from the command line  (only one of them needs to work):

$ perl -MNet::SSL -e1 or $ perl -MIO::Socket::SSL -e1

and see what error messages you get (if any).  Things should be fine if you don't get an error message.

(Be sure to use the same Perl version and environment that is being used by Apache.)

Replies are listed 'Best First'.
Re^4: Can't locate object method
by RachunZero (Novice) on Feb 01, 2011 at 18:54 UTC

    Ahah! That revealed something. It showed that my OPENSSL libraries were not in the LD_LIBRARY_PATH.

    Now if I can just figure out why they need to be...

    Thanks very much!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found