in reply to Missing Modules
G'day jjeff007,
Welcome to the Monastery.
The prompt you show in your tests (i.e. [root@XXXX perl5]#) suggests that you're running these tests as root. It's unlikely that your CGI scripts are being run by root. Determine which user is running your CGI scripts and then rerun your tests as this user: this may highlight the problem.
Your "head cips.cgi" output has presumably been modified (there's no use CGI or other CGI code); however, you don't show what you've changed: a simple truncation or a more substantial modification (possibly including a reordering of the lines shown). The following is guesswork, as I'm pretty much working in the dark here, but consider:
"... the lexically scoped use warnings pragma is preferred."
If the information I've provided results in a fix for JSON::XS, you may find this also leads to a solution for your Email::Stuff problem.
— Ken
|
|---|