ID: 26022 Updated by: [EMAIL PROTECTED] Reported By: dieter at fiebelkorn dot net -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: MacOS X 10.3 (Darwin 7.0) PHP Version: 4.3.3 New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Because of this, we hope you add your comments to the existing bug instead. Thank you for your interest in PHP. See bug #25955 (alread fixed in CVS) And FYI: This is really a MacOSX bug as is. The official BIND release works fine.. Previous Comments: ------------------------------------------------------------------------ [2003-10-28 17:20:04] dieter at fiebelkorn dot net Description: ------------ On MacOS X 10.3 (Darwin 7.0) using gcc 3.3: ----- Cannot compile "dns.c" (missing symbols T_MX and more). Fixed by include: #include <nameser8_compat.h> on "dns.c" ----- Cannot link "libphp4.so" (unresolved symbols _res_9_...) Fixed by add "-lresolv" to "EXTRA_LIBS" in "Makefile" Reproduce code: --------------- Take "Panther" and pure "PHP 4.3.3"! Expected result: ---------------- libphp4.so Actual result: -------------- Error "undefined symbols" Error "unresolved symbols" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26022&edit=1
