From:             [EMAIL PROTECTED]
Operating system: Linux 2.4
PHP version:      4.3.3
PHP Bug Type:     ClibPDF related
Bug description:  ClibPDF Does Not Compile With Bundled GD

Description:
------------
When installing with --with-clibpdf, if using the Bundled GD (4.3.2 and
4.3.3), the compile will fail. Compiling GD on its own, and using
--with-gd=/usr/local/gd2 and then compiling with ClibPDF works fine.

Reproduce code:
---------------
./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs
--with-mysql --enable-cli --disable-cgi --with-zlib --with-bz2
--enable-calendar --enable-exif --enable-ftp --with-gd=/usr/local/gd2
--with-jpeg-dir=/usr/local/libjpeg
--with-freetype-dir=/usr/local/freetype2 --with-iconv --enable-sockets
--with-curl=/usr --with-mcrypt=/usr --with-cpdflib

Expected result:
----------------
Build fine.

Actual result:
--------------
Do not have exact error. Relates to no such file or directory gd.h,
expecting to find the version in dir --with-gd=x, doesnt know where to
find bundled version.

-- 
Edit bug report at http://bugs.php.net/?id=25463&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25463&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25463&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25463&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25463&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25463&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25463&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25463&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25463&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25463&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25463&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25463&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25463&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25463&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25463&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25463&r=gnused

Reply via email to