php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6438 pdf support not installed if directory specified
Submitted: 2000-08-30 09:09 UTC Modified: 2000-10-06 12:43 UTC
From: Bruno at ac-grenoble dot fr Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.2 OS: Linux RH 6.2
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: Bruno at ac-grenoble dot fr
New email:
PHP Version: OS:

 

 [2000-08-30 09:09 UTC] Bruno at ac-grenoble dot fr
I used to compile php with the following configure command:

./configure  --with-mysql --with-apache=/usr/local/src/apache_1.3.12/ \
--enable-track-vars --with-ldap=/usr/local --with-mcrypt \
--with-pdflib=/usr/local/lib --with-pgsql \
--with-gd --enable-safe-mode -with-exec-dir=/usr/local/phpexec \
--with-config-file-path=/usr/local/lib

But the pdf support was not compiled since version 4.0.1pl2
I tried this:

./configure  --with-mysql --with-apache=/usr/local/src/apache_1.3.12/ \
--enable-track-vars --with-ldap=/usr/local --with-mcrypt \
--with-pdflib --with-pgsql \
--with-gd --enable-safe-mode -with-exec-dir=/usr/local/phpexec \
--with-config-file-path=/usr/local/lib

(without specifying the location of the pdflib /usr/local/lib)
And it works.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-06 12:43 UTC] sniper@php.net
Use this:

--with-pdflib=/usr/local

i.e. without the /lib part. And as /usr/local is the default path
for pdflib you don't have to specify it with this option.

--Jani
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jul 03 01:00:02 2026 UTC