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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: simon at airdmhor dot gen dot nz
New email:
PHP Version: OS:

 

 [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: Wed Apr 24 05:01:30 2024 UTC