installing php 5 with pdflib



Hi there,

I am still facing trouble with pdflib and php 5. After hours of research I found that I do have to install the pecl package. So I decided to compile it into php staticly like described here:
http://www.php-resource.de/handbuch/install.pecl.static.htm

The configure command stops with the error:
configure: error: pdflib.h not found! Check the path passed to --with-pdflib=<PATH>. PATH should be the install prefix directory.

actually the file is and always was there. Does it have to be a new version? I am using pdflib 4.x which workes fine in the running php 4.x installation.

Thank you for any help,

Merlin
.



Relevant Pages

  • Re: php and pdf
    ... not provide PDFlib as part of their PHP installation. ... install PHP). ... Zend framework has PDF generation. ...
    (alt.html)
  • Re: [PHP] Problems installing php with pdflib
    ... I am moving to a new box and want to install php with pdflib again. ... the other box runs suse 9.0 while this one runs suse 9.3 ...
    (php.general)
  • Problems installing php with pdflib
    ... I am moving to a new box and want to install php with pdflib again. ... I do run the same version on the old box which is php 4.4.6 and pdflib 4.03. ... The only difference I do see, is that the other box runs suse 9.0 while this one runs suse 9.3 ...
    (php.general)
  • Re: php and pdf
    ... I know that PDFlib is there and that most of the examples are for PHP4, ... The problem I have is that this is on a hosted server and they do not provide PDFlib as part of their PHP installation. ... In order to have PDFlib, I would have to install my own copy of PHP there, and that is a major effort -- and subject to unanticipated bugs and problems -- so I would rather not do that if I don't have to. ...
    (comp.lang.php)
  • Re: [PHP] installing php 5 with pdflib
    ... I am still facing trouble with pdflib and php 5. ... found that I do have to install the pecl package. ...
    (php.general)