CGI problem , need a little help

i get this error
Message: I looked in my error logs and found this after I tried to run easyhost.cgi:

[Wed May 04 19:55:45 2005] [error] [client 66.138.144.108] Can't locate CGI.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at easyhost.cgi line 19.
[Wed May 04 19:55:45 2005] [error] [client 66.138.144.108] BEGIN failed--compilation aborted at easyhost.cgi line 19.
[Wed May 04 19:55:45 2005] [error] [client 66.138.144.108] Premature end of script headers: easyhost.cgi

Just for reference, Line 19 of the easyhost.cgi script is: " use CGI qw/:cgi/; ". Is the Package CGI missing or in a different location?
Then I ran this

wget -O /usr/lib/perl5/5.8.0/CGI.pm http://search.cpan.org/src/LDS/CGI.pm-3.08/CGI.pm
The restarted apache and still having these problem and same error


please advise

 

 

 

 

Top