php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4056 GD 1.8.1 not detected by configure
Submitted: 2000-04-05 21:50 UTC Modified: 2002-10-01 15:41 UTC
From: simon at airdmhor dot gen dot nz Assigned:
Status: Wont fix Package: Other
PHP Version: 3.0.16 OS: Linux RH6, 2.2.5-22 kernel
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
23 - 12 = ?
Subscribe to this entry?

 
 [2000-04-05 21:50 UTC] simon at airdmhor dot gen dot nz
Trying to build a GD system with 3.0.16 but it doesn't include GD. Reducing configure to the simplest testcase :

[simon@blinky php-3.0.16]$ ./configure --with-gd
...
checking whether to include GD support... no
checking whether to include FreeType support... yes
...
[simon@blinky php-3.0.16]$ rpm -ql gd gd-devel
/usr/bin/bdftogd
/usr/bin/gd2copypal
/usr/bin/gd2topng
/usr/bin/gdparttopng
/usr/bin/gdtopng
/usr/bin/pngtogd
/usr/bin/pngtogd2
/usr/bin/webpng
/usr/doc/gd-1.8.1
/usr/doc/gd-1.8.1/index.html
/usr/doc/gd-1.8.1/readme.txt
/usr/lib/libgd.so.1.8.1
/usr/include/gd.h
/usr/include/gd_io.h
/usr/include/gdcache.h
/usr/include/gdfontg.h
/usr/include/gdfontl.h
/usr/include/gdfontmb.h
/usr/include/gdfonts.h
/usr/include/gdfontt.h
/usr/lib/libgd.a
/usr/lib/libgd.so
[simon@blinky php-3.0.16]$ 

The problem appears to be that the gd-testing applets in configure can't build because gd requires XpmReadFileToXpmImage (as well as -lttf -ljpeg)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-06 01:11 UTC] simon at airdmhor dot gen dot nz
Has *anyone* got GD 1.8.1 and PHP 3.0.16 working together?
 [2000-04-06 01:45 UTC] simon at airdmhor dot gen dot nz
Ignore the first suggestion above as to possible cause for problem. I think the real reason is that -lgd needs -ljpeg to use the new jpeg functions.
 [2002-10-01 15:41 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC