Hi,

I have a rather big problem with my perl installation, Im running perl at a
Debian box..

When I run my script with "use Tk;" it sais:

Can't locate Tk.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0
/usr/local/lib/site_perl .) at ./tg.pl line 5.
BEGIN failed--compilation aborted at ./tg.pl line 5.

Oh well.. The Tk.pm isn't there so I tried to add:
use lib '/usr/local/lib/site_perl/i386-linux';

And then I get another error message..

Can't load '/usr/local/lib/site_perl/i386-linux/auto/Tk/Tk.so' for module
Tk: /usr/local/lib/site_perl/i386-linux/auto/Tk/Tk.so: undefined symbol:
PL_sv_undef at /usr/lib/perl/5.8.0/DynaLoader.pm line 225.
 at ./tg.pl line 5
Compilation failed in require at ./tg.pl line 5.
BEGIN failed--compilation aborted at ./tg.pl line 5.

Anyone know what have happened and how to solve it?

 //Pontus


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to