|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-12-10 16:31 UTC] joey at cvs dot php dot net
[1999-12-13 14:57 UTC] joey at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 13:08:35 2026 UTC |
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) >