From:             vizh at me dot com
Operating system: Mac OS X 10.6 (10A432)
PHP version:      5.2.10
PHP Bug Type:     Compile Failure
Bug description:  Make fails with "Undefined symbols: _res_9_dn_expand, 
_res_9_search and _res_9"

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 bug report at http://bugs.php.net/?id=49332&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49332&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49332&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49332&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49332&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49332&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49332&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49332&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49332&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49332&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49332&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49332&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49332&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49332&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49332&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49332&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49332&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49332&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49332&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49332&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49332&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49332&r=mysqlcfg

Reply via email to