Been trying to get the GDGraph Perl Module to work on my server with no success.
I've downloaded the following RPMs directly to the server.
cpp-2.96-85.i386.rpm
gcc-2.96-85.i386.rpm
gcc-c++-2.96-85.i386.rpm
gd-1.8.3-7.i386.rpm
gd-1.8.3-7.src.rpm
gd-progs-1.8.3-7.i386.rpm
glibc-devel-2.2.4-19.3.i386.rpm
glib-devel-1.2.9-1.i386.rpm
kernel-headers-2.4.9-31.i386.rpm
libstdc++-devel-2.96-85.i386.rpm
make-3.79.1-5.i386.rpm
perl-GDGraph-1.33-1cl.src.rpm
I can install the RPMs -- no error messages -- but they don't seem to make any difference. If I try to erase them (rpm -e
) the system tells me they aren't installed. Huh?)
If I try to install the modules manually --using the CPAN tar files-- I get the following error (this one after running make on the GD-1.38 Makefile)
gcc -c -I/usr/local/include -I/usr/local/include/gd -fno-strict-aliasing -O2 -march=i386 -
mcpu=i686 -DVERSION=\"1.38\" -DXS_VERSION=\"1.38\" -fPIC -I/usr/lib/perl5/5.6.0/i386-l
inux/CORE -DHAVE_JPEG -DHAVE_TTF -DHAVE_XPM GD.c
GD.xs:7:16: gd.h: No such file or directory
make: *** [GD.o] Error 1
I can't make heads or tails of this. Hoping you guys can help.
Chad