ID:               32007
 User updated by:  bernard dot prevosto at ifremer dot fr
 Reported By:      bernard dot prevosto at ifremer dot fr
-Status:           Feedback
+Status:           Open
 Bug Type:         GD related
 Operating System: solaris 5.8
 PHP Version:      4CVS-2005-02-17
 New Comment:

NO

always the same error with configure

./configure \
--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-imap=/home1/iletudy/www/httpd/imap \
--with-freetype-dir=/home/services/bibli/freetype2

....
....
checking for Hyperwave support... no
checking for iconv support... no
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.


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

[2005-02-17 13:46:52] [EMAIL PROTECTED]

Does this work:

# rm config.cache 
# ./configure \
--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
# make clean && make



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

[2005-02-17 10:45:28] bernard dot prevosto at ifremer dot fr

Sorry but it's no good with this CVS snapshot

the same errors occurs

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

[2005-02-17 10:33:56] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



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

[2005-02-17 10:29:51] bernard dot prevosto at ifremer dot fr

end of bad config.log
-----------------------
configure:41276: checking whether IMAP works
configure:41309: gcc -o conftest -g -O2  -D_POSIX_PTHREAD_SEMANTICS 
-R/usr/ucblib -L/usr/ucblib
-R/home/services/logiciels/compilateurs/gcc-3.3/lib/gcc-lib/sparc-sun-solaris2.7/3.3
-L/home/services/logiciels/compilateurs/gcc-3.3/lib/gcc-lib/sparc-sun-solaris2.7/3.3
-R/home/services/bibli/zlib/lib -L/home/services/bibli/zlib/lib
-R/home/services/bibli/jpeglib/lib -L/home/services/bibli/jpeglib/lib
-R/home/services/bibli/pnglib/lib -L/home/services/bibli/pnglib/lib
-R/home/services/bibli/freetype2/lib
-L/home/services/bibli/freetype2/lib
-R/home1/iletudy/www/httpd/imap/lib -L/home1/iletudy/www/httpd/imap/lib
conftest.c -lc-client   -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lz
-lresolv -lm -ldl -lnsl -lsocket  -lgcc 1>&5
configure: failed program was:
#line 41284 "configure"
#include "confdefs.h"

    void mm_log(void){}
    void mm_dlog(void){}
    void mm_flags(void){}
    void mm_fatal(void){}
    void mm_critical(void){}
    void mm_nocritical(void){}
    void mm_notify(void){}
    void mm_login(void){}
    void mm_diskerror(void){}
    void mm_status(void){}
    void mm_lsub(void){}
    void mm_list(void){}
    void mm_exists(void){}
    void mm_searched(void){}
    void mm_expunged(void){}
    char mail_newbody();
    int main() {
      mail_newbody();
      return 0;
    }

good config.log (without freetype2)
-------------------------------------
configure:41276: checking whether IMAP works
configure:41309: gcc -o conftest -g -O2  -D_POSIX_PTHREAD_SEMANTICS 
-R/usr/ucblib -L/usr/ucblib
-R/home/services/logiciels/compilateurs/gcc-3.3/lib/gcc-lib/sparc-sun-solaris2.7/3.3
-L/home/services/logiciels/compilateurs/gcc-3.3/lib/gcc-lib/sparc-sun-solaris2.7/3.3
-R/home/services/bibli/zlib/lib -L/home/services/bibli/zlib/lib
-R/home/services/bibli/jpeglib/lib -L/home/services/bibli/jpeglib/lib
-R/home/services/bibli/pnglib/lib -L/home/services/bibli/pnglib/lib
-R/home1/iletudy/www/httpd/imap/lib -L/home1/iletudy/www/httpd/imap/lib
conftest.c -lc-client   -lcrypt -lpam -lpng -lz -ljpeg -lz -lresolv -lm
-ldl -lnsl -lsocket  -lgcc 1>&5
configure:41339: checking for Informix support
configure:41927: checking for Ingres II support
etc...etc.....

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

[2005-02-17 09:39:10] [EMAIL PROTECTED]

And what does config.log say?

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/32007

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

Reply via email to