Tried most notes from most forrum's but have yet to solve a problem compiling in PDFLIB support in PHP4. My problem:
RedHat 6.0
PHP4.0.4pl1
PDFLIB-3.03
Compiled PDFLIB --enable-shared-pdflib
Results in /usr/local/lib
libpdf.a
libpdf.la
libpdf.so
libpdf.so.0
libpdf.s0.0.1.1
I also copied pdflib.h into a dir /usr/local/include
I also added /usr/local/lib to /etc/ld.so.conf and
ran ldconfig
Compiled PHP --with-pdflib=/usr
(Also compiled a 2nd time --with-pdflib=/usr/local/lib)
PHP compiled but log says:
Checking whether to include Pdflib 3.x support - no
Any help would be appreciated..