php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2440 configure fails when Oracle 7.3 added
Submitted: 1999-10-04 19:05 UTC Modified: 2002-06-16 08:58 UTC
From: bbell at email dot com Assigned:
Status: Not a bug Package: Installation problem
PHP Version: 3.0.12 OS: AIX 4.3
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bbell at email dot com
New email:
PHP Version: OS:

 

 [1999-10-04 19:05 UTC] bbell at email dot com
I'm trying to compile with AIX's cc.

My configuration command is:
./configure \
 --with-apache=../apache_1.3.9 \
 --with-config-file-path=/w1/local/php/lib \
 --with-exec-dir=/w1/local/php/bin \
 --with-mysql=/w1/local/mysql \
 --with-oracle=/a9/oracle1 \
 --with-xml=no \
 --enable-debug=no \
 --enable-safe-mode=yes \
 --enable-track-vars=yes \
 --enable-short-tags=no

During the configuration I get:
checking for Oracle support... yes
checking Oracle version... 7.3   

Later in the configuration I get:
creating Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating build-defs.h
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating stamp-h
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating libphp3.module
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating extra/gd/bdf2gdfont
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating regex/Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating pcrelib/Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating dbase/Makefile
sed: Function s%@ORACLE_SHLIBS@%-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon          -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric             -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3             -lm -lld -lm  cannot be parsed.
creating config.h

All of the above files are 0 bytes.

If I remove Oracle from the configuration I can compile cleanly.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 08:58 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 16:01:30 2024 UTC