From:             lnycm at msn dot com
Operating system: Cent OS 5.0
PHP version:      5.2.5
PHP Bug Type:     Compile Failure
Bug description:  checking whether libxml build works... no

Description:
------------
Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... no
configure: error: build test failed.  Please check the config.log for
details.

Reproduce code:
---------------
configure:20055: gcc -o conftest -g -O2   -L/usr/local/lib conftest.c 
          
         -lresolv -lm -ldl -lnsl  -lxml2 -lz -liconv -lm 1>&5
configure: failed program was:
#line 20044 "configure"
#include "confdefs.h"

    
    char xmlInitParser();
    int main() {
      xmlInitParser();
      return 0;
    }



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

Reply via email to