|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-03 13:58 UTC] sniper@php.net
[2001-12-04 03:36 UTC] pgalan at cscamaras dot es
[2001-12-04 03:39 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 13:00:01 2025 UTC |
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