fast CGI

Jim Pazarena fquest at ccstores.com
Thu Jan 20 03:45:21 PST 2005


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



More information about the freebsd-questions mailing list