From: [EMAIL PROTECTED]
Operating system: HP-UX 11.00
PHP version: 4.0.4pl1
PHP Bug Type: PDF related
Bug description: Call to Undefined Function: pdf_new()
The script I used was from the PHP Documentation PDFlib clock demo
I downloaded and installed PDFlib 3.03 from source, (using --enable-shared-pdflib)
./configure --with-zlib=/opt/zlib --with-apache=../apache_1.3.19
--with-mysql=/opt/mysql --with-pdflib=/opt/pdflib
A phpinfo() reports pdflib as installed and enabled (and the correct version)
Trouble is, I can't access any of the PDF functions - when accessing a copy of the
clock demo script, I get the
following error:
Fatal error: Call to undefined function: pdf_new() in /opt/www/htdocs/cal/munch.php on
line 6
This is my first time using PDFlib, so I'm quite possibly doing something dumb here.
cheers
jack
--
Edit Bug report at: http://bugs.php.net/?id=10023&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]