in reply to locally installed modules not interfacing

Does the user/group that the web server (or whoever is invoking the script) is running under have the proper permissions to read the files under /path/to/the/cgi/bin/cgi-bin/?
  • Comment on Re: locally installed modules not interfacing

Replies are listed 'Best First'.
Re^2: locally installed modules not interfacing
by mike hal (Initiate) on Sep 22, 2005 at 20:17 UTC
    I assume that permissions are OK. When I comment out the HTTP::Request module, the CGI works fine. Other locally installed modules referenced by the CGI are not complaining when the script runs. Good Question.
Re^2: locally installed modules not interfacing
by mike hal (Initiate) on Sep 23, 2005 at 15:53 UTC
    Hi Randy - I think that you are on the right track. I set up a test script that calls this module. When I execute the script from the command line, it executes fine. But when I run the script as a web page, it fails. I think I have it narrowed down. Thanks again for your help.