From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 11:45:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C2F16A4CF for ; Thu, 20 Jan 2005 11:45:20 +0000 (GMT) Received: from mail.qcislands.net (mail.qcislands.net [209.53.238.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4A443D1D for ; Thu, 20 Jan 2005 11:45:20 +0000 (GMT) (envelope-from fquest@ccstores.com) Received: from 235-238.qcislands.net ([209.53.238.235] helo=[127.0.0.1]) by mail.qcislands.net with esmtp (Exim 4.43) id 1Crakd-00071E-CQ; Thu, 20 Jan 2005 03:45:23 -0800 Message-ID: <41EF99D3.4030507@ccstores.com> Date: Thu, 20 Jan 2005 03:45:23 -0800 From: Jim Pazarena User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-local_scan: locally submitted (235) Subject: fast CGI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 11:45:21 -0000 I have a .fcgi perl routine which has at the top of it: #!/usr/bin/perl use FCGI; # imports the library and when I attempt to execute this .fcgi, I get the following error message: Can't locate FCGI.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.5/mach /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.5/BSDPAN /usr/local/lib/perl5/5.8.5/mach /usr/local/lib/perl5/5.8.5 .) at ./test.fcgi line 3 BEGIN failed--compilation aborted at ./test.fcgi line 3. I tried compiling the perl port using -DWITH_FCGI ... that was a stab in the dark How can I get this FCGI module ? Thanks, Jim