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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 23:01:31 2024 UTC