Dear all, I'm looking for some help getting Perl/Tk installed. I've had success getting Python installed and working with Tk, but can't get the same to happen with Perl:
[EMAIL PROTECTED]:~# perl -MTk -e 1 Can't locate loadable object for module Tk::Event in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Tk.pm line 13 Compilation failed in require at Tk.pm line 13. BEGIN failed--compilation aborted at Tk.pm line 13. Compilation failed in require. BEGIN failed--compilation aborted. Undefined subroutine &Tk::Event::CleanupGlue called at /usr/share/perl/5.8/Tk/Event.pm line 3. END failed--call queue aborted. [EMAIL PROTECTED]:~# [EMAIL PROTECTED]:~# perl Tk.pm Can't locate loadable object for module Tk::Event in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at Tk.pm line 13 Compilation failed in require at Tk.pm line 13. BEGIN failed--compilation aborted at Tk.pm line 13. Undefined subroutine &Tk::Event::CleanupGlue called at /usr/share/perl/5.8/Tk/Event.pm line 3. END failed--call queue aborted at Tk.pm line 13. [EMAIL PROTECTED]:~# I'm not really a Perl kind of guy, so any pointers would be greatly appreciated, Thanks, Joseph _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

