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-tiff-dir --with-freetype2 but configure chokes with: configure: error: pdflib.h not found! Check the path passed to --with-pdflib=<PATH>. PATH should be the install prefix directory. pdflib.h is here: /usr/local/include/ I have /usr/local/include on my search path and i even tried setting the include dir when compiling pdflib to /usr/include. No matter what I do PHP can't find pdflib.h. Any ideas? tia, Jason McKnight -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php