php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #816 compile fails with Oracle 7.3.4 on SCO Openserver 5.0.4c
Submitted: 1998-10-05 10:14 UTC Modified: 1999-12-13 14:57 UTC
From: stephen at cheung dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.5 OS: SCO openserver 5.0.4c
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stephen at cheung dot net
New email:
PHP Version: OS:

 

 [1998-10-05 10:14 UTC] stephen at cheung dot net
Ive been trying to compile PHP 3.0.5 with Apache, and the compilation was failing when activating the PHP module.  

The error *looks* like oracle.o cant find the OCI libraries, but ive tried modifying the Makefile to include $ORACLE_HOME/lib to no avail.

I was able to re-create the problem while trying to compile PHP by itself (with ./configure --with-oracle=/usr/oracle ; make).

The operating system, development system (both SCO dev system and gcc+gnu make) and database were freshly installed this weekend, and the COFF linker bug patch from SCO has already been applied.

Access to our machine is available if you need it.  

cheers - stephen.

        gcc -g -O2 -O2   -I. -I.   -I/usr/oracle/rdbms/public -I/usr/oracle/netw
ork/public -I/usr/oracle/lib  -o php   language-parser.tab.
o language-scanner.o main.o php3_hash.o operators.o  variables.o token_cache.o s
tack.o internal_functions.o  snprintf.o php3_sprintf.o alloc.o list.o highlight.
o debugger.o  configuration-parser.tab.o configuration-scanner.o  request_info.o
 safe_mode.o fopen-wrappers.o constants.o  php3_realpath.o alloca.o  functions/a
dabasd.o functions/apache.o functions/fhttpd.o  functions/basic_functions.o  fun
ctions/crypt.o functions/datetime.o functions/db.o  functions/dbase.o functions/
dir.o  functions/dl.o functions/dns.o functions/exec.o functions/file.o  functio
ns/filepro.o functions/filestat.o  functions/formatted_print.o functions/fsock.o
 functions/gd.o  functions/head.o functions/html.o functions/image.o functions/i
map.o functions/link.o functions/mail.o functions/math.o  functions/md5.o functi
ons/microtime.o functions/mime.o  functions/msql.o functions/mysql.o  functions/
oracle.o functions/oci8.o functions/pack.o  functions/pageinfo.o functions/pgsql
.o  functions/post.o functions/rand.o functions/reg.o  functions/solid.o functio
ns/soundex.o  functions/string.o functions/syslog.o functions/type.o  functions/
uniqid.o functions/sybase.o  functions/sybase-ct.o functions/url.o functions/bas
e64.o  functions/info.o functions/bcmath.o functions/number.o  functions/unified
_odbc.o functions/ldap.o functions/browscap.o  functions/velocis.o functions/gdt
tf.o functions/gdcache.o  functions/zlib.o functions/COM.o functions/ifx.o  functions/hw.o functions/hg_comm.o functions/dlist.o  functions/snmp.o functions/var
.o    regex/libregex.a -ldbm -L/usr/oracle/lib -lclntsh -lsocket -lnsl_s
                      -lttf -lgd -lm -lsocket  -lsocket
Undefined                       first referenced
 symbol                             in file
ologof                              functions/oracle.o
oflng                               functions/oracle.o
orol                                functions/oracle.o
oclose                              functions/oracle.o
orlon                               functions/oracle.o
odefin                              functions/oracle.o
oexfet                              functions/oracle.o
oopen                               functions/oracle.o
oerhms                              functions/oracle.o
oparse                              functions/oracle.o
odescr                              functions/oracle.o
ofetch                              functions/oracle.o
oexec                               functions/oracle.o
ocof                                functions/oracle.o
ocom                                functions/oracle.o
ocon                                functions/oracle.o
obndra                              functions/oracle.o
php: fatal error: Symbol referencing errors. No output written to php
*** Error code 1 (bu21)
>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-10 16:31 UTC] joey at cvs dot php dot net
Are you still unable to compile? Have you tried later versions (3.0.12, perhaps?)
 [1999-12-13 14:57 UTC] joey at cvs dot php dot net
Closed...old, lack of feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 04:01:31 2024 UTC