From:             
Operating system: aix 6.1
PHP version:      5.3.8
Package:          Compile Failure
Bug Type:         Bug
Bug description:Compiler is failing while generating phar.php

Description:
------------
We are trying to compile php 5.3.8 on AIX 6.1 using configure options
mentioned below.

./configure --prefix=/usr/local
--with-apxs2=/export/opt/quikremit/apache2/bin/apxs
--with-config-file-path=/export/opt/quikremit/apache2/conf --with-gd
--with-zlib-dir=/opt/freeware/lib --enable-shared --enable-debug
--disable-static  --host=powerpc-ibm-aix6.1.0.0 

but make is giveing below error:


Generating phar.php
exec(): 0509-036 Cannot load program
/export/opt/quikremit/pqapp/php/php-5.3.8/sapi/cli/php because of the
following errors:
rtld: 0712-001 Symbol htmlDocDumpMemoryFormat was referenced
      from module php(), but a runtime definition
      of the symbol was not found.
rtld: 0712-001 Symbol xmlTextReaderSetup was referenced
      from module php(), but a runtime definition
      of the symbol was not found.
make: *** [ext/phar/phar.php] Error 255

Test script:
---------------
ext/phar/phar.php:
/export/opt/quikremit/pqapp/php/php-5.3.8/ext/phar/build_precommand.php
/export/opt/quikremit/pqapp/php/php-5.3.8/ext/phar/phar/*.inc /exp
ort/opt/quikremit/pqapp/php/php-5.3.8/ext/phar/phar/*.php $(SAPI_CLI_PATH)
        -@echo "Generating phar.php"


Expected result:
----------------
Make should complete with successful results 
as
BUILD COMPLETE



Actual result:
--------------
Generating phar.php
exec(): 0509-036 Cannot load program
/export/opt/quikremit/pqapp/php/php-5.3.8/sapi/cli/php because of the
following errors:
rtld: 0712-001 Symbol htmlDocDumpMemoryFormat was referenced
      from module php(), but a runtime definition
      of the symbol was not found.
rtld: 0712-001 Symbol xmlTextReaderSetup was referenced
      from module php(), but a runtime definition
      of the symbol was not found.
make: *** [ext/phar/phar.php] Error 255

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

Reply via email to