Phpinfo should show at least gd, and png support for jpgraph to work. My phpinfo for php-4.1.2 shows:
GD Support enabled GD Version 2.0 or higher FreeType Support enabled FreeType Linkage with freetype T1Lib Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled Here's my php configure script: './configure' \ '--with-apxs=/www/bin/apxs' \ '--with-mysql=/usr/local' \ '--with-jpeg-dir=/usr/local/jpeg-6b' \ '--with-png-dir=/usr/local' \ '--with-freetype-dir=/usr/local' \ '--with-ttf' \ '--with-t1lib' \ '--with-gd=/usr/local' \ '--enable-gd-native-ttf' \ '--enable-sockets' \ '--with-zlib' \ '--with-exif' \ I have libpng 1.2.3, Freetype 2.0.8, T1LIB 1.3.1, jpeg 6b, zlib 1.1.4 everything built as a shared object. > -----Original Message----- > From: John Thorne [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 17, 2002 6:49 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] GD Lib Support > > > Hello: > > Working with jpGraph that says you need php GD support > On my home Redhat 7.2 apache.php server when I run phpinfo > I show the following for GD: > > php 4.0.6 > gd > GD Support enabled > GD Version 1.6.2 or higher > JPG Support enabled > PNG Support enabled > WBMP Support enabled > > this setup well display my png charts > > My ISP's php 4.1.2 phpinfo shows > gd > GD Support enabled > GD Version 1.6.2 or higher > WBMP Support enabled > > The ISP says this config supports jpg / png > The page does not display. > > Is there a difference in the phpinfo between 4.0.6 and 4.1.2 ? > Does the 4.1.2 really have png jpg support? > > thanks > > jrt > > > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php