ID:               49332
 Updated by:       j...@php.net
 Reported By:      vizh at me dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Compile Failure
 Operating System: Mac OS X 10.6 (10A432)
 PHP Version:      5.2.10
-Assigned To:      
+Assigned To:      scottmac


Previous Comments:
------------------------------------------------------------------------

[2009-08-23 11:31:11] scott...@php.net

This is fixed in 5.3.1-dev, I'll look into backporting changes to the
5.3 branch.

------------------------------------------------------------------------

[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

Reply via email to