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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to