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 |