Hi,
I have freebsd4.2 and php4.0.4pl1.
I need to build pdflib as a shared object.
I have some difficults to build it as a shared object.
Actually I have php build as a module for apache.
My aims is to use pdflib as an extension library (extension directive inside php.ini).
The libpdf_php.so supplied by pdflib is a demo, so i need to build a new one for my platform (freebsd4.2).
I followed the instructions for php,
making pdflib and then making php.
In particular I use for php:
./configure --with-pdflib --enable-shared-pdflib --with-zlib
But I still do not find where the libpdf_php.so is.
I'm a bit confused.
Could you help me please?
TIA, Ciao.