From: andy at kksonline dot com Operating system: FreeBSD 5.1 (Stable) PHP version: 5.0.0b2 (beta2) PHP Bug Type: Compile Failure Bug description: Compile fails on undefined symbol "res_ninit"
Description: ------------ I tried beta2 (and newest image 2003/Dec/06). I used configure --with-apxs2=/path --with-pgsql=/path I was using FreeBSD 5.1 (Stable). ext/standard/dns.lo: In function `zif_dns_get_record': /php5-200312061630/ext/standard/dns.c:631: undefined reference to `res_ninit' /php5-200312061630/ext/standard/dns.c:635: undefined reference to `res_nmkquery' /php5-200312061630/ext/standard/dns.c:641: undefined reference to `res_nsend' /php5-200312061630/ext/standard/dns.c:675: undefined reference to `res_nclose' If I tried another option --with-mysql, I got the same error (in another method) Andy -- Edit bug report at http://bugs.php.net/?id=26544&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26544&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26544&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26544&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26544&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26544&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=26544&r=needscript Try newer version: http://bugs.php.net/fix.php?id=26544&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26544&r=support Expected behavior: http://bugs.php.net/fix.php?id=26544&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26544&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26544&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26544&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26544&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26544&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26544&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26544&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26544&r=float