php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29604 --with-gd insists on having png
Submitted: 2004-08-10 18:47 UTC Modified: 2004-08-28 16:32 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: peter at jingo dot com Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.3.8 OS: Linux Fedora Core 2
Private report: No CVE-ID: None
 [2004-08-10 18:47 UTC] peter at jingo dot com
Description:
------------
I do not want the optional png support yet the configure scripts insist on needing libpng.(a|so)





Reproduce code:
---------------
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' --with-gd --with-jpeg --with-jpeg-dir=/usr/local/jpeg

Actual result:
--------------
checking for GD support... yes
checking for the location of libjpeg... /usr/local/jpeg
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... yes
checking for floorf... yes
checking for jpeg_read_header in -ljpeg... yes
configure: error: libpng.(a|so) not found.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-28 16:32 UTC] sniper@php.net
libpng is _required_ by the GD library.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 09:01:28 2024 UTC