[PHP-DEV] Bug #12483 Updated: PHP doesn't recognize PDFLib From: sniper <email protected>
Date: 07/31/01

ID: 12483
Updated by: sniper
Reported By: christophe.green <email protected>
Old Status: Open
Status: Bogus
Old Bug Type: *Configuration Issues
Bug Type: PDF related
Operating System: Solaris 2.6
PHP Version: 4.0.6
New Comment:

Your configure option is incorrect for PHP.
It should be like this:

--with-pdflib=/usr/local

Next time, ask support questions on php-install <email protected> as this is not a support forum.

--Jani

Previous Comments:
------------------------------------------------------------------------

[2001-07-31 08:35:31] christophe.green <email protected>

I've installed the PDFLIB 4.01 source in <pdflib-dir>, run ./configure, make and make install.

Then, as specified in <pdflib-dir>/bind/php/readme.txt, copied <pdflib-dir>/bind/php/ext/pdf/* in <php-dir>/ext/pdf
and build php with ./configure --with-pdflib=/usr/local/lib

I got no errors, but PHP doesn't recognize any PDF functions (Call to undefined function: pdf_new())

I tried to change the --with-pdflib value, (<pdflib-dir>/bind/c) without success.
php -m doesn't say anything about pdf.
What can be wrong, how to know what pdflib php is looking for ?

Thank's in advance

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=12483&edit=1

-- 
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>