in reply to Re: CGI.pm on AIX 7.2
in thread CGI.pm on AIX 7.2
I'm having the following error on apache log when i tried to run the command use CGI on my .cgi script:
####Script .cgi ##### #!/usr/bin/perl use CGI; use lib qw(../cgi-lib); use POSIX qw(strftime); use siteconfig; use parseFile; use libUtil; use strict; ########
Thank you###Log Apache [Tue Aug 1 12:39:01 2023] [notice] Apache/1.3.9 (Unix) configured -- +resuming normal operations Can't locate object method "new" via package "CGI" (perhaps you forgot + to load "CGI"?) at /usr/opt/perl5/lib/site_perl/5.28.1/CGI.pm line 7 +. Compilation failed in require at /ieweb/webmon61/cgi-bin/procStatus.cg +i line 3. BEGIN failed--compilation aborted at /ieweb/webmon61/cgi-bin/procStatu +s.cgi line 3
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI.pm on AIX 7.2
by haj (Vicar) on Aug 01, 2023 at 19:36 UTC | |
|
Re^3: CGI.pm on AIX 7.2
by ikegami (Patriarch) on Aug 04, 2023 at 00:58 UTC |