Good morning! I was able to build PHP with PDFlib, but trying to start Apache gives me this error:
Cannot load /apps/tools/apache/libexec/libphp4.so into server: /apps/tools/apache/libexec/libphp4.so: undefined symbol: PDF_open_fp There's only the one reference to PDF_open_fp in the PHP code (ext/pdf/pdf.c) and nothing in the PDFlib code. Any thoughts? Cheers! Jon