Hi there,
I am upgrading my system from php3 to php4 for pdf support. I configure the php4 files with following command
./configure --with-mysql --with-apache=(full path to apache file) --with-imap --with-pdflib=/usr/local --with-jpeg-dir=/usr --with-tiff-dir=/usr --enable-track-vars
before this i download PDFLib 3.0.1 from http://www.pdflib.com
and Configure, Make & install PDFLib
#./configure --enabled-shared-pdflib
#make
#make install
and PDFLib installed in /usr/local/lib
my php4 version is php-4.0.2
Thanx in advance
please help me