From:             bernard dot prevosto at ifremer dot fr
Operating system: solaris 5.8
PHP version:      4.3.10
PHP Bug Type:     *Configuration Issues
Bug description:  problem with GD + freetype2

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 bug report at http://bugs.php.net/?id=32007&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32007&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32007&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32007&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32007&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32007&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32007&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32007&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32007&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32007&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32007&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32007&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32007&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32007&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32007&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32007&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32007&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32007&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32007&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32007&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32007&r=mysqlcfg

Reply via email to