ID: 49332 Updated by: scott...@php.net Reported By: vizh at me dot com Status: Open Bug Type: Compile Failure Operating System: Mac OS X 10.6 (10A432) PHP Version: 5.2.10 New Comment:
This is fixed in 5.3.1-dev, I'll look into backporting changes to the 5.3 branch. Previous Comments: ------------------------------------------------------------------------ [2009-08-23 03:31:54] vizh at me dot com Description: ------------ I've download http://snaps.php.net/php5.2-latest.tar.gz, runs ./configure; make and make fails with undefined symbols: _res_9_dn_expand, _res_9_search and _res_9_dn_skipname Reproduce code: --------------- cd /tmp curl "http://snaps.php.net/php5.2-latest.tar.gz" > php.tar.gz tar -xf php.tar.gz; rm -rf php.tar.gz; mv php* php-build; cd php-build ./configure --disable-all make Actual result: -------------- Undefined symbols: "_res_9_search", referenced from: _zif_dns_get_mx in dns.o _zif_dns_check_record in dns.o "_res_9_dn_expand", referenced from: _zif_dns_get_mx in dns.o "_res_9_dn_skipname", referenced from: _zif_dns_get_mx in dns.o _zif_dns_get_mx in dns.o ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49332&edit=1