Raymond Norton wrote:

> I am getting the following error when launching an image upload script that
> needs GD.pm.
> 
> (Can't locate GD.pm in @INC (@INC contains:
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi )
> 
> I am trying to install GD.pm 1-8.4 on my redhat 9.0 server.
> 
> I am a real novice with some of this stuff, but I am guessing it has to do
> with the Makefile not having the proper paths, etc..
> 
> Could use some advice on installing this properly and testing the install.
> 
> 

an easy way to install Perl modules is by using the perl shell

~$perl -MCPAN -e shell

once you are in the shell (first time you start it up you need to answer 
some simple questions) you can do:

 >install GD

and you should be good to go

LB


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list