Date: 04/05/00
- Next message: admin <email protected>: "Re: [PHP-DEV] Bug #4045: Apache segfaults when PHP is loaded"
- Previous message: Mark Nold: "[PHP-DEV] Oracle and Stoping Large Queries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: simon <email protected>
Operating system: Linux RH6, 2.2.5-22 kernel
PHP version: 3.0.16
PHP Bug Type: Other
Bug description: GD 1.8.1 not detected by configure
Trying to build a GD system with 3.0.16 but it doesn't include GD. Reducing configure to the simplest testcase :
[simon <email protected> php-3.0.16]$ ./configure --with-gd
...
checking whether to include GD support... no
checking whether to include FreeType support... yes
...
[simon <email protected> 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 <email protected> 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)
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: admin <email protected>: "Re: [PHP-DEV] Bug #4045: Apache segfaults when PHP is loaded"
- Previous message: Mark Nold: "[PHP-DEV] Oracle and Stoping Large Queries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

