1753767 Members
5511 Online
108799 Solutions
New Discussion

perl and Tk

 
rottereau
Advisor

perl and Tk

Im using perl with a tk interface. When a user is in the system group, the script works fine but in the other case, i have this message:

Can't locate loadable object for module Tk::Event in @INC

if it works in the system group, i think the install is oki. Ive also check the permission of perl and Tk and it seems oki. I dont understand. Thanks for your help.

#perl -V
This is perl, v5.8.0 built for alpha-dec_osf
Copyright 1987-2002, Larry Wall
ompile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES
Built under dec_osf
Compiled at Aug 26 2002 18:28:54
@INC:
/usr/lib/perl-5.8.0/lib/5.8.0/alpha-dec_osf
/usr/lib/perl-5.8.0/lib/5.8.0
/usr/lib/perl-5.8.0/lib/site_perl/5.8.0/alpha-dec_osf
/usr/lib/perl-5.8.0/lib/site_perl/5.8.0
/usr/lib/perl-5.8.0/lib/site_perl
.

Manuel Rottereau