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

  • Comment on Re: Can't locate loadable object for module

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

    Thanx Anonymous Monk.

    Can u Please tell me where can I save glib.pm module.

    Thanx in advance

      Can u Please tell me where can I save glib.pm module

      I tried -- you don't save it anywhere, you let the cpan/make... take care of it

        Sorry..I cant understand your reply...Pls explain me