PDA

View Full Version : Graphs not displaying


peter_milburn
29-09-2005, 06:37
I know there has been post after post on this, but I am not having any joy.

I am running Redhat 9.0 (standard install). I have manually installed apache 1.3 php 4.4.0 with mysql and net-snmp.

I have compiled the lastest GD and then compiled php with the GD support. But still no images are displayed.

Is there an answer to this ?

Thanks,

Pete M

elkor
29-09-2005, 14:03
do you have gd, gd-devel, and php-gd installed?

peter_milburn
29-09-2005, 14:46
I have manually downloaded and compiled gd, but not gd-dev.

I have installed apache, php 4 from source. mysql is the only thing done via a rpm. I will try installed the gd-dev.

When I was compiling php the syntax for php was

./configure --with-gd=/usr/local/gd



Pete M