Try this instead:
./configure \
--with-pdflib=/usr/local \
--enable-shared=pdflib \
--with-zlib \
--with-zlib-dir=/usr/local \
--with-jpeg \
--with-jpeg-dir=/usr/local \
--with-tiff \
--with-tiff-dir=/usr/local \
--with-png \
--with-png-dir=/usr/local \
--with-freetype \
--with-
System Info: RH 8.0 (kernel 2.4.18-xx), GCC 3.2
I'm not sure if this is a php problem or a pdflib problem.
After installing pdflib (./configure, make, make install) I try to do the
following:
./configure --with-pdflib=SHARED,/usr/local/lib --with-png-dir
--with-zlib-dir --with-jpeg-dir --with-