php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46276 Configure fails
Submitted: 2008-10-12 00:23 UTC Modified: 2008-10-19 14:15 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: krish dot v at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.6 OS: HP UX 11.11
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: krish dot v at gmail dot com
New email:
PHP Version: OS:

 

 [2008-10-12 00:23 UTC] 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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-10-19 14:15 UTC] jani@php.net
Get proper libxml installation, there's no bug here.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Mar 10 06:00:02 2026 UTC