From: [EMAIL PROTECTED] Operating system: Debian GNU/Linux 3.0 PHP version: 4.3.0-pre1 PHP Bug Type: Compile Failure Bug description: Failed build with simple options for apache2
Hello, plain unzipped php4.3.0-pre1.tar.bz2 and did ./configure --with-apxs2=/usr/bin/apxs --prefix=/usr/local And it failed Here is the last bit of the compile ---------------------------------------------- /bin/sh libtool --silent --mode=compile gcc -Iext/standard/ -I/root/php-4.3.0pre1/ext/standard/ -DPHP_ATOM_INC -I/root/php-4.3.0pre1/include -I/root/php-4.3.0pre1/main -I/root/php-4.3.0pre1 -I/usr/include/apache2 -I/root/php-4.3.0pre1/Zend -I/root/php-4.3.0pre1/ext/xml/expat -D_REENTRANT -I/root/php-4.3.0pre1/TSRM -DTHREAD=1 -g -O2 -pthread -DZTS -prefer-pic -c /root/php-4.3.0pre1/ext/standard/formatted_print.c -o ext/standard/formatted_print.lo /root/php-4.3.0pre1/ext/standard/formatted_print.c: In function `php_sprintf_appenddouble': /root/php-4.3.0pre1/ext/standard/formatted_print.c:287: `tsrm_ls' undeclared (first use in this function) /root/php-4.3.0pre1/ext/standard/formatted_print.c:287: (Each undeclared identifier is reported only once /root/php-4.3.0pre1/ext/standard/formatted_print.c:287: for each function it appears in.) make: *** [ext/standard/formatted_print.lo] Error 1 -- Edit bug report at http://bugs.php.net/?id=19879&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19879&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19879&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19879&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19879&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19879&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19879&r=support Expected behavior: http://bugs.php.net/fix.php?id=19879&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19879&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19879&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19879&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19879&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19879&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19879&r=isapi
