[PHP-DEV] Bug #3912: PDFlib configure failure From: adamek <email protected>
Date: 03/23/00

From: adamek <email protected>
Operating system: Linux 2.2.13 (SuSE 6.3 based)
PHP version: 3.0.15
PHP Bug Type: Compile Failure
Bug description: PDFlib configure failure

When calling ..

./configure --prefix=/usr/local/apache-php --with-apache=../apache_php --with-mod_charset --with-imap=/usr --with-ftp --with-gd=/usr/local --with-ttf=/usr/local --enable-t1lib --with-imagick=/usr --with-oracle --with-mysql=/usr --with-ldap=/usr --with-xml --with-yp --with-zlib=/usr/local --with-pdflib=/usr/local --with-jpeg-dir=/usr/lib --with-tiff-dir=/usr/lib --with-dbase --with-config-file-path=/usr/local/php --enable-safe-mode --enable-track-vars --enable-magic-quotes --enable-memory-limit --with-gdbm --with-ndbm --with-db2 --with-dbm --with-mcrypt=/usr/local --with-mhash=/usr/local --enable-sysvsem --enable-sysvshm --enable-dmalloc --with-zlib-dir=/usr/local/lib

=====

checking for XML support... yes
checking whether to include YP support... yes
checking whether to include zlib support... yes
checking for gzgets in -lz... yes
checking whether to include pdflib support... yes
./configure: test: -L/usr/local/lib: binary operator expected
checking for libz needed by pdflib 2.0... already zlib support
checking for libjpeg (needed by pdflib 2.0)... yes
checking for jpeg_read_header in -ljpeg... (cached) yes
checking for libtiff (needed by pdflib 2.0)... yes
checking for TIFFOpen in -ltiff... (cached) yes
checking for PDF_new in -lpdf... no
configure: error: Check if zlib libjpeg and libtiff has been found. If not specify --with-zlib-dir=<DIR> --with-jpeg-dir=<DIR> and --with-tiff-dir=<DIR>.

===

It seems there's a trouble with the PDFlib - I'm using 3.0 and zlib 1.1.3 (it is present)

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