php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8840 configure php w/FdfTk.hith --with-fdftk option
Submitted: 2001-01-22 10:45 UTC Modified: 2001-03-09 21:35 UTC
From: alexel at dr15 dot cnrs dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: linux
Private report: No CVE-ID: None
 [2001-01-22 10:45 UTC] alexel at dr15 dot cnrs dot fr
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
      

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-26 13:33 UTC] sniper@php.net
Is the /usr/local/include/FdfTk.h readable by 
the user with which you are trying to configure?
ie. does the file have read permissions?

And have you checked the config.log if there 
is something else failing?

--Jani

 [2001-03-09 21:35 UTC] sniper@php.net
No feedback, not enough info, closed.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC