Hi, I'm trying to get AOLServer, PHP, and GD to cooperate and produce dynamic graphs. I've got the AOLServer part running (which was easy), I've got PHP in AOLserver running (which required a bit of finagling, but not much), and my PHP has GD 1.5 linked in it. When I do a phpinfo() it shows
GD Support
enabled
GD Version
between 1.3 and 1.6.1
yet when I use my code I get
<br>
<b>Warning</b>: ImageJpeg: No JPG support in this PHP build in <b>/opt/webserver/aolserver_3.0/servers/urchin/pages/include/graphs.inc</b> on line <b>216</b><br>
<br>
<b>Warning</b>: Unknown list entry type in request shutdown (1303504) in <b>Unknown</b> on line <b>0</b><br>
Connection closed by foreign host.
The platform is solaris 7, GD itself works. just not gd+PHP+Aolserver.