I am tring to run ptfire a very simple to use and configure Firewall
(actually a ipchains rules builder)
I use it before and it ran fine... BUT
know under cooker when I try to run it it complains about
it can't locate Tk.pm ?
at the second line the script calls for Tk
look:
---------------------
#! /usr/bin/perl -w
use Tk;
# ptfire Version 0.2.3 6/23/00
---------------------
here is the output:
-------------
./rc.ptfire-0.2.3 Can't locate Tk.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl/5.005 /usr/lib/perl5/site_perl .) at
./rc.ptfire-0.2.3 line 2. BEGIN failed--compilation aborted at
./rc.ptfire-0.2.3 line 2.
It seems like its tring to compile... not exec. TIA
Sergio Korlowsky