From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: CONFIGURE DOESN'T RECONIGZE PDFLIB4.0.1
Hi, I´m trying to recompile my php-4.0.6 with PDF support. First I've downloaded and installed: -- pdflib-4.0.1: ./configure; make; make install -- jpeg-6b libraries: ./configure; make; make install -- tiff-3_4 libraries: ./configure; make; make install Then I try to reconfigure my php as follows: ./configure --with-config-file-path=/usr/local/lib --enable-debug --enable-libgcc --enable-ftp --with-informix=$INFORMIXDIR --with-ldap=/opt/netscape/server4/plugins/include... --enable-trans-sid --with-mhash=/usr/local/lib --with-pdflib=/usr/local --with-jpeg-dir=/usr/local/lib --with-tiff-dir=/usr/local/lib and got the following result at the config.log file: configure:13215: checking whether to include cpdflib support configure:13993: result: no Any suggestions !!! Thanks -- Edit bug report at: http://bugs.php.net/?id=14326&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]