Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2005 03:45:23 -0800
From:      Jim Pazarena <fquest@ccstores.com>
To:        freebsd-questions@freebsd.org
Subject:   fast CGI
Message-ID:  <41EF99D3.4030507@ccstores.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41EF99D3.4030507>