php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2837 Compile fails during an Oracle routine
Submitted: 1999-11-26 17:52 UTC Modified: 1999-11-27 14:55 UTC
From: bmacaula at nortelnetworks dot com Assigned:
Status: Closed Package: Oracle related
PHP Version: 4.0 Beta 3 OS: HP-UX 10.20
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: bmacaula at nortelnetworks dot com
New email:
PHP Version: OS:

 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-26 17:54 UTC] bmacaula at nortelnetworks dot com
I get the following failure during compile.

I have configured --with-oracle in the setup


Making all in apache
        /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/usr/brianm/dropbox/apache_1.3.9/src/include -I/usr/brianm/dropbox/apache_1.3.9/src/os/unix  -I/opt/mysql/include/mysql   -I../.. -I../../libzend -I/usr/brianm/dropbox/apache_1.3.9/src/include -I/usr/brianm/dropbox/apache_1.3.9/src/os/unix    -g -O2 -g -O2 -c -o sapi_apache.lo sapi_apache.c
        /bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/usr/brianm/dropbox/apache_1.3.9/src/include -I/usr/brianm/dropbox/apache_1.3.9/src/os/unix  -I/opt/mysql/include/mysql   -I../.. -I../../libzend -I/usr/brianm/dropbox/apache_1.3.9/src/include -I/usr/brianm/dropbox/apache_1.3.9/src/os/unix    -g -O2 -g -O2 -c -o mod_php4.lo mod_php4.c
        /bin/sh ../../libtool --silent --mode=link gcc  -g -O2 -g -O2   -o libphpsapi_apache.la   sapi_apache.lo mod_php4.lo  
No suffix list.
        /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./libzend -I. -I./libzend -I/usr/brianm/dropbox/apache_1.3.9/src/include -I/usr/brianm/dropbox/apache_1.3.9/src/os/unix  -I/opt/mysql/include/mysql      -g -O2 -g -O2 -c -o main.lo main.c
        /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./libzend -I. -I./libzend -I/usr/brianm/dropbox/apache_1.3.9/src/include -I/usr/brianm/dropbox/apache_1.3.9/src/os/unix  -I/opt/mysql/include/mysql      -g -O2 -g -O2 -c -o internal_functions.lo internal_functions.c
internal_functions.c:96: `phpext_oracle_ptr' undeclared here (not in a function)
internal_functions.c:96: initializer element is not constant
internal_functions.c:96: (near initialization for `php3_builtin_modules[19]')
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
# 

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 12:01:32 2025 UTC