AW: gtk problem

From: Holger Schell (holger.schell_at_sap.com)
Date: 03/31/04


To: beginners@perl.org
Date: Wed, 31 Mar 2004 10:59:40 +0200

Hi,
either u installed the module Gtk.pm wrong or u did not include it in your @INC path...
add the path where the Gtk.pm module is stored to your @INC to get the module...

BEGIN { unshift (@INC, #path of Gtk.pm); }

Best regards,

Holger Schell

SAP AG,
68789 Rot (Germany)
Non-ABAP Production Services
SAP Production
Student

Phone: +49 6227 7- 66814
Fax: +49 6227 78-38366
ROT15, CU.01

-----Ursprüngliche Nachricht-----
Von: Philip Villamin [mailto:philip@teknoymail.net]
Gesendet: Mittwoch, 31. März 2004 20:52
An: beginners@perl.org
Betreff: gtk problem

Hi Sir,

I have this problem regarding perl.

Cant figure this out. Hope ypu can help. Thanks.

================ compile command ===============

> [root@tknybox gtk]# perl -c enrollm.pl

> ================= error msg ================================================

> Can't locate Gtk.pm in @INC (@INC contains:

> /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0

> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi

> /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl

> /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi

> /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl

> /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at

> enrollm.pl line 13.

> BEGIN failed--compilation aborted at enrollm.pl line 13.

>

Sincerely,

Philip Villamin