Unable to locate module error.




I am running Suse 9.0 linux. I am just getting into using Perl GTK

running the following piece of code
-------------------
#!/usr/bin/perl

use Gtk '-init';

my $window = Gtk::Window->new;
-----------------------------------------
Gives the following error. 

Unable to locate loadable module in module_path: "libpixmap.so", at /usr/lib/
perl5/vendor_perl/5.8.1/i586-linux-thread-multi/Gtk.pm line 68.

Can anyone explain what tthe problem is and how to fix it.

The command
 locate libpixmap.so

Gave the output.
/opt/gnome/lib/gtk-2.0/2.2.0/engines/libpixmap.so


--
Neil Jones- Neil nwjones demon co uk 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]