php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13712 problem with gd =/
Submitted: 2001-10-17 07:21 UTC Modified: 2001-10-17 19:54 UTC
From: beorn at ligarena dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: red hat 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: beorn at ligarena dot com
New email:
PHP Version: OS:

 

 [2001-10-17 07:21 UTC] beorn at ligarena dot com
  Well, 

im running a redhat 7.1 server, with :

apache 1.3.20
php 4.0.6
libpng 1.2.0
jpeg6b


and when i configure the php lib with the following options :

./configure --with-apxs=/usr/local/apache/bin/apxs --enable-versioning --with-mysql=/usr/local/mysql --enable-track-vars --enable-sockets --enable-ftp --with-xml --with-zlib --with-gettext --with-gd=../gd-1.8.4 --with-swf --with-jpeg-dir=/usr/lib --with-png-dir=../libpng-1.2.0/ --with-openssl --with-freetype-dir=../freetype-2.0.4/ --with-zlib-dir=../zlib-1.1.3 |more|grep gd

and i get the following output :

checking whether to enable truetype string function in gd... no
checking for gdImageString16 in -lgd... (cached) yes
checking for gdImagePaletteCopy in -lgd... (cached) yes
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) no
checking for gdImageWBMP in -lgd... (cached) yes
checking for gdImageCreateFromJpeg in -lgd... (cached) no
checking for gdImageCreateFromXpm in -lgd... (cached) yes
checking for gdImageCreateTrueColor in -lgd... (cached) no
checking for gdImageSetTile in -lgd... (cached) yes
checking for gdImageSetBrush in -lgd... (cached) yes
checking for gdImageStringFTEx in -lgd... (cached) no
checking for gdImageColorClosestHWB in -lgd... (cached) yes
checking for gdImageColorResolve in -lgd... (cached) yes
checking for gdImageGifCtx in -lgd... (cached) no

And we do need the checking for gdImageCreateFromPng in -lgd... (cached) no => yes =/


if you've got any idea go on ! i ve been working on it since 1 week 6 hours a day !

we DO need this lib to be working =]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-17 19:54 UTC] sniper@php.net
please ask support questions on the mailing lists:

http://www.php.net/support.php

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 20:01:35 2024 UTC