From: jerry at scene-naturally dot dyndns dot org Operating system: OS X 10.4.10 PHP version: 5.2.4RC3 PHP Bug Type: Compile Failure Bug description: PHP will not compile with BIND 9 installed
Description: ------------ 1) Compiling fails for various version of PHP 5. It has been suggested to install BIND 8 over the BIND 9 installation, compile PHP and then re-install BIND 9. Not very elegant, but it might work if the older BIND were available. This has become a bigger problem because BIND 8 was declared EOL as of August 27, (no more support either) and the links to the older software were removed from the ISC site. http://www.isc.org/index.pl 2) In comparison, this next one is far more minor, but still a problem: If there are multiple versions of Berkeley DB installed (say 4.1 -- 4.6) Config picks up the older (lowered numbered) version instead o the newest version. The various Makefiles, etc. have to be hand-edited to replace the occurrences of say db-4.5 with db-4.6 Reproduce code: --------------- Compile fails regardless of using a simple ./configure make or a full ./configure options options ... options make 2) Expected result: ---------------- The usual line saying to the effect that the compile was successful and reminding the user to run 'make test'. Actual result: -------------- /usr/bin/ld: Undefined symbols: _res_nclose _res_ninit _res_nmkquery _res_nsend collect2: ld returned 1 exit status make: *** [libs/libphp5.bundle] Error 1 -- Edit bug report at http://bugs.php.net/?id=42490&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=42490&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=42490&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=42490&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=42490&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=42490&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=42490&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=42490&r=needscript Try newer version: http://bugs.php.net/fix.php?id=42490&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=42490&r=support Expected behavior: http://bugs.php.net/fix.php?id=42490&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=42490&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=42490&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=42490&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=42490&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=42490&r=dst IIS Stability: http://bugs.php.net/fix.php?id=42490&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=42490&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=42490&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=42490&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=42490&r=mysqlcfg
