[San-Diego-pm] Finding GD.pm

Douglas Wilson dgwilson1 at cox.net
Mon Jul 31 20:37:42 PDT 2006



Joel Fentin wrote:
> Can't locate loadable object for module GD in @INC....

GD needs to be compiled, you need more than just the perl code.
You'll need to download the whole tar/gz and go through the whole:
perl Makefile.PL
make
make test
make install

If you need to install in a different directory you can
supply the PREFIX= attribute to the first step:
perl Makefile.PL PREFIX=/some/other/directory

Or if you can't compile on the system, maybe you can find
a binary package for the OS (or get the ppd if it's Windows).

HTH,
Doug


More information about the San-Diego-pm mailing list