From:             jf at netmadeira dot com
Operating system: linux
PHP version:      5.3CVS-2009-05-18 (snap)
PHP Bug Type:     Compile Failure
Bug description:  Cross compiling php.5.3.RC2 for mipsel fails

Description:
------------
Cross compiling php for mipsel fails in 5.3 RC2 while in 5.2.9 compiles
fine. 
Configure went fine, fails when making with this error:
/wdtv/wip/php-5.3.0/php5.3-snap/ext/standard/basic_functions.c:3007:
error: 'zif_dns_check_record' undeclared here (not in a function)
make: *** [ext/standard/basic_functions.lo] Error 1


Reproduce code:
---------------
./configure \
--target=mipsel-linux \
--host=mipsel-linux \
--build=i386 \
--prefix=${install} \
--bindir=${install}/bin \
--sbindir=${install}/bin \
--mandir=${install}/share/man \
--enable-sockets \
--with-config-file-path=${install0}/conf \
--without-pear \
--without-mysql \
--without-mysql \
--without-apxs \
--without-apxs2 \
--disable-cli \
--with-zlib=$wdtvpath \
--with-zlib-dir=$wdtvpath \
--enable-pdo=shared \
--with-pdo-sqlite=shared \
--with-sqlite=shared \
--with-sqlite3=shared \
--enable-sqlite-utf8 \
--with-libxml-dir=$wdtvpath \
--with-curl=$wdtvpath \
--enable-shared \
--enable-exif \
--with-gd=shared \
--with-jpeg-dir=$wdtvpath \
--with-png-dir=$wdtvpath \
--with-freetype-dir=$wdtvpath \
--with-openssl=$wdtvpath \
--with-openssl-dir=$wdtvpath \
--enable-gd-native-ttf \
--with-xsl=$wdtvpath \
--with-iconv=$wdtvpath \
--with-bz2=$wdtvpath \
--enable-calendar \
--with-ldap=$wdtvpath \
--enable-zip \
--with-readline=$wdtvpath \
--with-pcre-regex \
--enable-ftp \
--with-mcrypt=$wdtvpath \


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

Reply via email to