ID:               32007
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bernard dot prevosto at ifremer dot fr
-Status:           Open
+Status:           Feedback
 Bug Type:         *Configuration Issues
 Operating System: solaris 5.8
 PHP Version:      4.3.10
 New Comment:

And what does config.log say?


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

[2005-02-17 09:32:54] bernard dot prevosto at ifremer dot fr

Description:
------------
When I configure PHP with GD + freetype2
configure stop with an error upon IMAP

with only GD, it's good
with only freetype2, il's good

Reproduce code:
---------------
./configure \
--with-apache=/home2/beniguet/tmsiric/bpre/anonymous/apache/apache_1.3.33
\
--with-gd \
--with-zlib-dir=/home/services/bibli/zlib \
--with-jpeg-dir=/home/services/bibli/jpeglib \
--with-png-dir=/home/services/bibli/pnglib \
--with-tiff-dir=/home/services/bibli/tifflib \
--with-freetype-dir=/home/services/bibli/freetype2 \
--with-imap=/home1/iletudy/www/httpd/imap \
--without-pear \
--disable-cli \
--with-config-file-path=/home1/iletudy/www/httpd/php


Expected result:
----------------
configure work good without freetype2 or gd

checking for IMAP support... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... yes
checking whether SSL libraries are needed for c-client... no
checking whether IMAP works... yes


Actual result:
--------------
result with freetyp2 + gd

checking for IMAP support... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... yes
checking whether SSL libraries are needed for c-client... no
checking whether IMAP works... no
configure: error: build test failed. Please check the config.log for
details.



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


-- 
Edit this bug report at http://bugs.php.net/?id=32007&edit=1

Reply via email to