[PHP-DEV] PHP 4.0 Bug #8840: configure php with --with-fdftk option From: alexel <email protected>
Date: 01/22/01

From: alexel <email protected>
Operating system: linux
PHP version: 4.0.4pl1
PHP Bug Type: *Install and Config
Bug description: configure php with --with-fdftk option

I trie to install php 4.04 with fdftk.
I got libfdftk.so and from adobe web site and i put it in :
       /usr/local/lib
      /usr/local/include

and i used this command line

sh configure sh ./configure --with-apxs=/usr/bin/apxs \
        --with-imap=/usr/local/lib/imap \
        --with-pgsql=/opt/pgsql \
        --with-pdflib --with-jpeg-dir --with-png-dir\
        --with-tiff-dir\
        --with-zlib\
        --with-fdftk=/usr/local \
        --with-ldap=/usr/local

or
sh ./configure --with-apxs=/usr/bin/apxs \
        --with-imap=/usr/local/lib/imap \
        --with-pgsql=/opt/pgsql \
        --with-pdflib --with-jpeg-dir --with-png-dir\
        --with-tiff-dir\
        --with-zlib\
        --with-fdftk=/usr/local/lib \
        --with-ldap=/usr/local

each time i had this error message

configure: error: Please reinstall the fdftk distribution
 
Thanks

Regards
      

-- 
Edit Bug report at: http://bugs.php.net/?id=8840&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>