|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-08 07:04 UTC] rjs at pdflib dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 19:00:02 2025 UTC |
Description: ------------ Cant compile latest pdflib-2.0.4 using old style way with using phpize and configure. Same error occurs when using the pear installer on a gentoo linux machine. The string in pdf.c:67 also shows an older version 2.0.3 and not 2.0.4 Reproduce code: --------------- [o2k]:/usr2/MIPS/php5-200502221330/ext/pdf ./phpize ./configure --with-php-config=/usr/nekoware/php5/bin/php-config --with-pdflib=/usr/nekoware cc-1005 cc: ERROR File = /usr2/MIPS/php5-200502221330/ext/pdf/pdf.c, Line = 91 The source file "ext/gd/php_gd.h" is unavailable. # include "ext/gd/php_gd.h" ^ The pecl package was extrated in the php srctree an renamed into the old name. regards Joerg Expected result: ---------------- Clean compile Actual result: -------------- Compiler Error