Ok, how would I do that? I am new to all of this perl/cgi stuff, sorry for what I am sure is a moronic question.
-Kevin -----Original Message----- From: Scot Robnett [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 11:42 AM To: [EMAIL PROTECTED]; 'mailing list' Subject: RE: I need CGI Help I am not familiar with cvsweb.cgi, but it looks like the path you define is definitely in @INC. Did you try placing a copy of strict.pm elsewhere and unshifiting into @INC with a BEGIN block just to test it? It shouldn't be necessary with strict but I'm at a loss considering what you show as included paths. Scot R. -----Original Message----- From: Kevin Queen [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 12:11 AM To: 'mailing list' Subject: I need CGI Help Hello, I am relatively new to Unix and Perl/CGI, I am trying to set up cvsweb.cgi and am getting a Premature end of script headers error. Now my issue is that it is saying the following in the logs: Can't locate strict.pm in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/i486-linux /usr/local/lib/perl5 /5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i486-linux /usr/local/lib/perl5/site_perl/5.6.1 /usr/local/li b/perl5/site_perl) at /opt/apache/cgi-bin/cvsweb.cgi line 48. BEGIN failed--compilation aborted at /opt/apache/cgi-bin/cvsweb.cgi line 48. [Sun Apr 7 01:02:10 2002] [error] [client 10.10.10.101] Premature end of script headers: /opt/apache/cgi -bin/cvsweb.cgi but when I run a: find / -name strict.pm I receive the following: /network/perl-5.6.1/lib/strict.pm /usr/local/lib/perl5/5.6.1/strict.pm so why is it not being found? do I need to reboot?!?!? (Sorry had a windows moment). Thanks for any advice you might have, Kevin Queen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.323 / Virus Database: 180 - Release Date: 2/8/02 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.323 / Virus Database: 180 - Release Date: 2/8/02 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]