Forum Moderators: coopster & phranque

Message Too Old, No Replies

Help with installing GD module

         

aline

8:26 pm on Jul 28, 2003 (gmt 0)

10+ Year Member



I'm trying to install the GD module to be able to produce graphs on my website. I've downloaded the module and attempted to install it following the intruction.

However when I try to use the command make as I'm supposed to do I receive a message saying bad command and as a result I'm totally stuck. Could anyone help me or give me some tips on how to install Perl modules?

Thanks

Storyteller

1:15 am on Jul 29, 2003 (gmt 0)

10+ Year Member



The best way to install Perl modules is with CPAN module. Enter the following at the command prompt:

perl -MCPAN -e shell

This should take you to CPAN shell. To install GD module, you just enter:
 install GD 

There's a lot more that CPAN module can do, so be sure read its manpage.

aline

8:28 am on Jul 29, 2003 (gmt 0)

10+ Year Member



I've tried to use the CPAN and it works fine until it comes up with a message saying that there is a problem with the "make" command and therefore cannot install it. Am I missing some components?!

Storyteller

7:36 am on Jul 30, 2003 (gmt 0)

10+ Year Member



Probably. The CPAN module should work out of the box.

ssjxxx

9:55 am on Jul 31, 2003 (gmt 0)

10+ Year Member



The GD module requires that the GD C libraries are installed on your system prior to its installation. Check the docs on the GD homepage for more info:
[boutell.com...]