From owner-freebsd-questions Fri Feb 16 13: 2:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id 2051A37B491 for ; Fri, 16 Feb 2001 13:02:41 -0800 (PST) Received: from localhost (peter@localhost) by black.purplecat.net (8.8.8/8.8.8) with ESMTP id QAA19664 for ; Fri, 16 Feb 2001 16:05:00 -0500 (EST) (envelope-from peter@black.purplecat.net) Date: Fri, 16 Feb 2001 16:05:00 -0500 (EST) From: Peter Brezny To: freebsd-questions@freebsd.org Subject: Ok CGI guru's here's an easy one for you (i hope). Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got an old 2.2.8 freebsd system with apache 1.3.3 A new web site is running a search script that bombs with this error. Can't locate /library/cgi-lib.pl in @INC (@INC contains: /usr/local/lib/perl5/5.00502/i386-free bsd /usr/local/lib/perl5/5.00502 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/l ib/perl5/site_perl/5.005 .) at /home/www/data/agrnews.org/cgi-bin/search.cgi line 28. httpd: [Fri Feb 16 15:43:23 2001] [error] [client 209.16.228.145] Premature end of script heade rs: /home/www/data/agrnews.org/cgi-bin/search.cgi Is it just that my perl modules are out of date and don't contain the cgi-lib.pl (which doesn't exist in the dir's listed above where i assume it's looking). if this is the case, do I just need to update perl entirely? if so, what extra precautions do i need to take (when installing the perl port) so i don't whack my system? and could i just place the cgi-lib.pl file in there manually? TIA pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message