ID: 29297 Updated by: [EMAIL PROTECTED] Reported By: v_santhanam at ettimadai dot amrita dot edu -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Redhat Enterprise Linux AS 3 PHP Version: 4.3.8 Assigned To: rjs New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. There is a wrapper that works with PDFlib 5 and PDFlib 6. You can find this wrapper at pecl.php.net. The wrapper included here supports the PDFlib 4 API and not more. It is true, that it also would compile with PDFlib 5, but it does not support PDFlib 5, as the new API's from PDFlib 5 are not implemented. This is the reason why configure strictly checks this. Previous Comments: ------------------------------------------------------------------------ [2004-11-16 06:07:01] v_santhanam at ettimadai dot amrita dot edu Dear Friends, very happy to know that the bug has been fixed. But i have one doubt. rjs has told "Configure now only allows to work with PDFlib up to PDFlib 4". But for my little brain tells that PHP can work perfectly upto PDFLib 5. Please kindly clarify. Thanks a lot in advance. With Regards Santhanam ------------------------------------------------------------------------ [2004-11-16 06:06:35] v_santhanam at ettimadai dot amrita dot edu Dear Friends, very happy to know that the bug has been fixed. But i have one doubt. rjs has told "Configure now only allows to work with PDFlib up to PDFlib 4". But for my little brain tells that PHP can work perfectly upto PDFLib 5. Please kindly clarify. Thanks a lot in advance. With Regards Santhanam ------------------------------------------------------------------------ [2004-11-14 00:42:03] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Configure now only allows to work with PDFlib up to PDFlib 4, as newer PDFlib versions need the code from the PDFlib PECL module. ------------------------------------------------------------------------ [2004-10-05 02:01:13] alvaro_php at adplabs dot com dot br I sucessfully compiled version 6 with 4.3.8. here's what I did: 1) compiled pdflib with shared libs and installed. Added /usr/local/lib to /etc/ld.so.conf and ran ldconfig. 2) I discovered that the version of GD from PHP was newer than the one I had on my system, so I added --with-gd=/usr to tell PHP to use my installed GD instead of its bundled version. 3)I copied php_gd.h to /usr/include/php/ext/gd/ and gd.h to /usr/include/php/ext/gd/libgd/. 4) typed pear install pdflib (it downloaded the newest extension, compiled, and installed. 5) added extension=pdf.so to php.ini No need to recompile PHP. ------------------------------------------------------------------------ [2004-09-17 14:59:35] alvaro_php at adplabs dot com dot br Indeed, version compiles ok, I'll stick with it. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/29297 -- Edit this bug report at http://bugs.php.net/?id=29297&edit=1
