[olug] Challenge With Perl Module Tk

Jay Hannah jay at jays.net
Fri Jul 11 02:09:49 UTC 2003


On Thu, 10 Jul 2003, CM Miller wrote:
> Playing with Bastille Linux,
> http://www.bastille-linux.org/, and it needs two Perl
> Modules, Tk and Curses.  FYI, I've never played with
> Perl Modules before either.
>
> I've installed both from source and when typing
> 'bastille,' I get the following error:
>
>
> [error]
> [root at phoenix man3]# bastille
>
> WARNING: /usr/bin/perl cannot find Perl module Tk.

Did you try to rpm them as the URL above recommends?

        rpm -ivh perl-Tk-a.b-c.i386.rpm
or
        rpm -ivh perl-Curses-d.e-f.i386.rpm

? If that doesn't work for you you could try

perl -MCPAN -e shell
install Tk
install Curses

HTH,

j

Omaha Perl Mongers: http://omaha.pm.org



More information about the OLUG mailing list