I am running Apache 1.3.9 & PHP 3. The initial configuration (Caldera OpenLinux eServer 2.3) was able to do basic GD stuff such as draw a box and a line. However, when I tried to use ImageString or ImageChar, I would get the following dialog box: "display: no delegate for this image format (PHP)". I was using ImagePNG.
In order to try and fix that problem, I downloaded gd 1.8.3, the latest JPEG libraries and PHP 3.0.16. All compiles seemed to go okay and I verified that JPEG support and PNG support were in the GD library.
PHP works, but now I can't get GD to work at all. With a simple colored box/line through the middle example, I get the following dialog box: "display: Read Error". When I try to use ImageString, I get the same previous "no delegate" error.
Any help would be appreciated.