in reply to Can't locate loadable object for module
I have installed the various dependencies as described in the GTK Perl Tutorial, and continue to be unsucessful.
How did you install them and where?
When I run this I get the error message "Can't locate loadable object for module Glib in @INC
That pretty much means you did not install Glib as required :)(files are missing, namely Glib.so) the standard way with make/Makefile.PL, same way as described in Glib/README ... mostly just letting cpan/cpanm/cpanp handle it
/System/Library/Perl/5.8.8/darwin-thread-multi-2level
That appears to be a "system perl", you might consider installing your own :) http://www.citrusperl.com/download.html, Installing Perl on OSX - learn.perl.org
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate loadable object for module
by ramyaesther84 (Initiate) on May 22, 2014 at 06:05 UTC | |
by Anonymous Monk on May 22, 2014 at 06:20 UTC | |
by ramyaesther84 (Initiate) on May 22, 2014 at 07:57 UTC | |
by marto (Cardinal) on May 22, 2014 at 08:01 UTC |