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-freetype-dir=/usr/local/include/freetype2/freetype \
>>> Jason McKnight <[EMAIL PROTECTED]> 12/13/02 09:45AM >>> 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 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php