From: andriu_m at hotmail dot com Operating system: Debian Sarge PHP version: 4.4.2 PHP Bug Type: Compile Failure Bug description: Can't compile. Make fails.
Description: ------------ Can't compile it. Reproduce code: --------------- I configure it with ./configure --with-apache=/usr/src/apache_1.3.37. Then i run make.. Expected result: ---------------- Compilation Succeeded. Actual result: -------------- Make fails saying: ext/mysql/libmysql/my_create.o(.debug_info+0x1a1c): undefined reference to `.LC568' ext/standard/assert.o(.debug_info+0x3899): undefined reference to `.LC1001' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 If I configure it with ./configure --with-apache=/usr/src/apache_1.3.37 --disable-cli, it compiles OK, but compilation of Apache fails with something like: modules/php4/libphp4.a(assert.o)(.debug_info+0x3899): undefincollect2: ld devolvio el estado de salida 1 make[2]: *** [target_static] Error 1 ed reference to `.LC1001' Previously configurated: ./configure --prefix=/usr/local/apache/ --activate-module=src/modules/php4/libphp4.a -- Edit bug report at http://bugs.php.net/?id=38306&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38306&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38306&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38306&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=38306&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=38306&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=38306&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=38306&r=needscript Try newer version: http://bugs.php.net/fix.php?id=38306&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=38306&r=support Expected behavior: http://bugs.php.net/fix.php?id=38306&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=38306&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=38306&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=38306&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38306&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=38306&r=dst IIS Stability: http://bugs.php.net/fix.php?id=38306&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=38306&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=38306&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=38306&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=38306&r=mysqlcfg
