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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 - 12 = ?
Subscribe to this entry?

 

Patches

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 16:01:29 2024 UTC