Steve wrote:
Thanks Dan, I thought I'd tried that path before, now ./configure recognizes that I wish to include PDFlib, however I get another config error, which I have seen in other RFI's but i have not been able to overcome:
checking for PDF_show_boxed_in -lpdf...no
configure:error: pdflib extension requires pdflib 3.x
Previously, I had deliniated the libs created in /usr/local/lib.
PS: this is bare-bones PDFlib, no TIFF,png etc.
Help..
OK, Try this. In the pdflib source tree there is a dir named ext/php Copy these files to the php src tree under ext/pdf
Now you will have to rerun ./configure for php and this will hopefully get the libs in sync. I am running php404pl1 and pdflib 40beta2 on freebsd 4.2-RELEASE. I will be backing down to pdflib 3 as I do not need the new features in the beta and I want to run the release version of the code, so after I make that switch I may have more hints.