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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alexel at dr15 dot cnrs dot fr
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 20:01:30 2025 UTC