[PHP-DEV] PHP 4.0 Bug #6438 Updated: pdf support not installed if directory specified From: Bug Database (php-dev <email protected>)
Date: 10/06/00

ID: 6438
Updated by: sniper
Reported By: Bruno <email protected>
Status: Closed
Bug Type: *General Issues
Assigned To:
Comments:

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

Previous Comments:
---------------------------------------------------------------------------

[2000-08-30 09:09:40] Bruno <email protected>
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.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6438

-- 
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>