ID: 21184 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: FreeBSD 4.7 (RELEASE) PHP Version: 4.3.0RC4 New Comment:
My mistake ;) Previous Comments: ------------------------------------------------------------------------ [2002-12-25 17:07:07] [EMAIL PROTECTED] This bug is similar to but not the same as Bug #19973. Basically I did a 'configure' followed by 'make'. The make command terminated with: /usr/installs/php/php-4.3.0RC4/ext/zlib/zlib.c:48: /usr/installs/php/php-4.3.0RC4/ext/standard/basic_functions.h:126: #error Need type which holds 32 bits (There were some warnings reported by the compiler but they didn't seem important) The same configure line works with php 4.2.3 on the same machine and the config.nice is as follows: #! /bin/sh # # Created by configure './configure' \ '--with-apxs=/icepanel/apache/bin/apxs' \ '--with-mysql=/icepanel/mysql' \ '--with-gd=/usr/local' \ '--enable-gd-native-ttf' \ '--with-jpeg-dir=/usr/local/lib' \ '--with-png-dir=/usr/local/lib' \ '--with-freetype-dir=/usr/local/lib' \ '--with-pdflib=/usr/local' \ '--enable-trans-sid' \ '--enable-wddx' \ '--with-openssl' \ '--enable-ftp' \ '--with-sockets' \ '--with-pear' \ '--with-gettext' \ '--enable-pcntl' \ '--enable-shmop' \ '--with-mm' \ '--enable-wddx' \ '--with-imap' \ '--with-imap-ssl' \ '--with-sockets' \ '--with-xml' \ '--with-mcrypt' \ '--with-pspell' \ '--with-curl' \ '--no-create' \ '--no-recursion' \ '--with-zlib' \ "$@" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21184&edit=1