php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27313 ./configure[66644]: yes: not found.
Submitted: 2004-02-18 13:28 UTC Modified: 2004-02-19 10:21 UTC
From: admin at iut-info dot ens dot univ-reims dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2004-02-18 (dev) OS: HP-UX 11.11
Private report: No CVE-ID: None
 [2004-02-18 13:28 UTC] admin at iut-info dot ens dot univ-reims dot fr
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.


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-18 14:03 UTC] sniper@php.net
When you abuse the configure of course you get problems too.
There is no bug here, pass the correct install prefix to the --with-*-dir options.

 [2004-02-19 10:21 UTC] admin at iut-info dot ens dot univ-reims dot fr
Ok with --with-jpeg-dir=/usr/local.

I don't tell it because configure --help say
   --with-jpeg-dir[=DIR] 
and bracket usually mean "optional"

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Aug 20 09:01:28 2024 UTC