[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] GD on Raq3 + php4.0.5
- Subject: [cobalt-developers] GD on Raq3 + php4.0.5
- From: stephane <stephane.cottin@xxxxxxxxxxxxxx>
- Date: Wed Dec 19 17:25:57 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hello
I upgrade my raq3 from
-
- php-3.0.14-2.i386.rpmphp
- php-mysql-3.0.14-2.i386.rpm
to
- libjpeg-6b-16.i386.rpm
- libpng-1.0.12-2.i386.rpm
- libpng-devel-1.0.12-2.i386.rpm
- libtiff-3.5.5-12.i386.rpm
- freetype-1.3.1-5.i386.rpm
- freetype2-2.0.1-ximian.1.i386.rpm
-ImageMagick-4.2.9-3.i386.rpm
- ImageMagick-devel-4.2.9-3.i386.rpm
- gd-devel-1.8.3-4.i386.rpm
- gd-1.8.3-4.i386.rpm
- php-4.0.5 with the command ./configure
--with-apxs=/usr/sbin/apxs --with-mysql
=> All is good !
But if i do ./configure --with-apxs=/usr/sbin/apxs --with-mysql
--with-gd
Php configure return
checking whether to include GD support... yes (static)
checking for gdImageString16 in -lgd... (cached) no
checking for gdImagePaletteCopy in -lgd... (cached) no
checking for gdImageColorClosestHWB in -lgd... (cached) no
checking for compress in -lz... (cached) yes
checking for png_info_init in -lpng... (cached) yes
checking for gdImageColorResolve in -lgd... (cached) no
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) yes
checking for gdImageWBMP in -lgd... (cached) no
checking for gdImageCreateFromJpeg in -lgd... (cached) no
checking for gdImageCreateFromXpm in -lgd... (cached) no
checking whether to include FreeType 1.x support... yes
=> Php find the old GD with gif
How can I do to install thr Png and JPEG support ??