ID:               46276
 Updated by:       [EMAIL PROTECTED]
 Reported By:      krish dot v at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: HP UX 11.11
 PHP Version:      5.2.6
 New Comment:

Get proper libxml installation, there's no bug here.


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

[2008-10-12 00:23:38] krish dot v at gmail dot com

Description:
------------
Hi,

I am using php5.2.6 with Oracle 9.2.6 OCI. Below is my configure
command and error message.

./configure \
        --enable-safe-mode \
        --with-nsapi=/Application/agu/iPlanet61 \
        --with-oci8=/oracle/product/9.2.0 \
        --without-pear \
        --enable-libxml \
        --enable-libgcc \
        --enable-ftp \
        --enable-calendar \
        --enable-track-vars \
        --enable-trans-sid \
        --enable-sigchild \
        --enable-libgcc \

Error message in config log

configure:20028: checking whether libxml build works
configure:20055: gcc -o conftest -g -O2  -D_XOPEN_SOURCE_EXTENDED
-D_REENTRANT  -L/opt/hp-gcc-4.3.1/lib/gcc/hppa1.1-hp-hpux11.11/4.3.1
-L/opt/hp-gcc-4.3.1/lib/gcc/hppa1.1-hp-hpux11.11/4.3.1 -L/usr/local/lib
-L/usr/local/lib conftest.c

         -lm -lnsl  -lgcc -lxml2 -lz -liconv -lm 1>&5
configure: failed program was:
#line 20044 "configure"
#include "confdefs.h"


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

This is a 64 Bit OS. 



Expected result:
----------------
This Bugs were reported but none were answered properly. Pls help.



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


-- 
Edit this bug report at http://bugs.php.net/?id=46276&edit=1

Reply via email to