[San-Diego-pm] Finding GD.pm
Joel Fentin
joel at fentin.com
Tue Aug 1 20:18:48 PDT 2006
Douglas Wilson wrote:
>
>
> 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
Doug,
Thank you for getting back to me. I'm still stuck. And I want to learn
this, because it wont be the last time this is an issue for me.
Much of the above is Greek to me. I have only used Windows and before
that DOS. GD is installed in my computer and working. I need it on a server.
1. Are you saying that I should download the tar/GZ and then upload it
to the server via ftp?
2. Are you saying I should run these programs on the server?
perl Makefile.PL
make
make test
make install
3. None of these programs mention GD. Is there something automatic about GD?
--
Joel Fentin tel: 760-749-8863 FAX: 760-749-8864
Email me: http://fentin.com/me/ContactMe.html
Biz Website: http://fentin.com
Personal Website: http://fentin.com/me
More information about the San-Diego-pm
mailing list