|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-02-18 14:03 UTC] sniper@php.net
[2004-02-19 10:21 UTC] admin at iut-info dot ens dot univ-reims dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
Description: ------------ A very old problem whith the configure script. When running ./configure \ --prefix=/opt/APACHE/php \ --with-oci8 \ --with-apache=../apache_1.3.29 \ --with-gd \ --with-pdflib=/opt/pdflib \ --with-jpeg-dir \ --with-png-dir \ --with-tiff-dir \ --with-zlib \ --with-bz2 \ --enable-sigchild \ --with-mysql=/opt/mysql \ --with-pgsql=/opt/pgsql \ --without-sqlite \ --with-tsrm-pthreads \ --with-dom \ --with-libxml \ --with-xsl \ --enable-ftp \ --with-snmp=/opt/snmp \ --enable-sockets --------------------------------- checking for PDFlib support... yes checking for the location of libtiff... yes ./configure[66644]: yes: not found. checking for jpeg_read_header in -ljpeg... (cached) yes ./configure[66771]: yes: not found. ./configure[66878]: yes: not found. checking for png_create_info_struct in -lpng... yes ./configure[67005]: yes: not found. ./configure[67112]: yes: not found. checking for TIFFOpen in -ltiff... yes ./configure[67239]: yes: not found. checking for the location of zlib... /usr/local checking for PDF_show_boxed in -lpdf... --------------------------------- PDFLib is version 5.0.2 Without --with-jpeg-dir, --with-png-dir and --with-tiff-dir options, error occurs only on line 66878 and 67005 I'm used to continue without any problem. Cordialy.