|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-07-18 16:16 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 20:00:01 2025 UTC |
Description: ------------ Configure failed when I use not bundled GD '--with-gd=/usr/local' ==> fail. message is configure: error: gdlib-config not found. '--with-gd' ==> succeed. gd package version is gd-2.0.34_1,1 A graphics library for fast creation of images Reproduce code: --------------- $'./configure' \ '--with-apxs2=/usr/local/apache2/bin/apxs' \ '--with-gd=/usr/local' \ '--with-jpeg-dir=/usr/local' \ '--with-png-dir=/usr/local' \ '--enable-gd-native-ttf' \ '--enable-mbstring' \ '--enable-mbstr-enc-trans' \ '--enable-mbregex' \ '--enable-zend-multibyte' \ '--with-zlib' \ '--with-imap' \ '--with-imap-ssl' \ '--with-freetype-dir=/usr/local' \ '--enable-gd-jis-conv' Actual result: -------------- . . ommited . checking for FreeType 2... /usr/local checking for T1lib support... no checking whether to enable truetype string function in GD... yes checking whether to enable JIS-mapped Japanese font support in GD... yes configure: error: gdlib-config not found. $