|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-19 14:15 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Mar 10 06:00:02 2026 UTC |
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.