From: [EMAIL PROTECTED] Operating system: FreeBSD 4.7 (RELEASE) PHP version: 4.3.0RC4 PHP Bug Type: Compile Failure Bug description: Compiling --with-zlib fails
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 bug report at http://bugs.php.net/?id=21184&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21184&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21184&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21184&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21184&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21184&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21184&r=support Expected behavior: http://bugs.php.net/fix.php?id=21184&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21184&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21184&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21184&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21184&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21184&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21184&r=isapi