php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12482 PHP doesn't recognize PDFLib
Submitted: 2001-07-31 08:34 UTC Modified: 2001-08-18 20:07 UTC
From: christophe dot green at bigfoot dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.0.6 OS: Solaris 2.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: christophe dot green at bigfoot dot com
New email:
PHP Version: OS:

 

 [2001-07-31 08:34 UTC] christophe dot green at bigfoot dot com
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-18 20:07 UTC] sniper@php.net
You used the wrong configure value for the path.

use this instead:

--with-pdflib=/usr/local

And next time, ask support questions on proper mailing list:
http://www.php.net/support.php

--Jan

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Feb 13 12:01:29 2025 UTC