Re: Problems with Apache 2.0, mod_perl2 and perl



"Eric R. Meyers" <ermeyers@xxxxxxxxxxxx> wrote:

http://localhost/cgi-bin/helloworld.cgi
Can't open CGI.pm for reading: 13

Yup, so in short: your CGI script is running as a user who has no
permission to read CGI.pm which means that perl can't open the module to
use it.

--
John Bokma Freelance software developer
&
Experienced Perl programmer: http://castleamber.com/
.



Relevant Pages

  • Re: Problems with Apache 2.0, mod_perl2 and perl
    ... John Bokma wrote: ... Can't open CGI.pm for reading: ... your CGI script is running as a user who has no ... permission to read CGI.pm which means that perl can't open the module to ...
    (comp.lang.perl.modules)
  • Re: Problems with Apache 2.0, mod_perl2 and perl
    ... your CGI script is running as a user who has no ... But does this make your script run as root, nobody, etc? ... Experienced Perl programmer: http://castleamber.com/ ...
    (comp.lang.perl.modules)
  • Re: hope this is easy, passing a url as a parameter
    ... Danny wrote: ... > I am trying to pass a parameter to a cgi script, it is a URL that has its ... Encode the URL, this is wrong. ... Experienced Perl programmer available: ...
    (comp.lang.perl.misc)