php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2567 I cant build php3.0.12 with oracle 8.0.5 support. help me!!!
Submitted: 1999-10-19 05:00 UTC Modified: 2002-06-16 14:17 UTC
From: ondi at chat dot ru Assigned:
Status: Not a bug Package: Oracle related
PHP Version: 3.0.12 OS: Solaris 2.7 (Intel)
Private report: No CVE-ID: None
 [1999-10-19 05:00 UTC] ondi at chat dot ru
php-3.0.12# ./configure --with-oracle=/opt/oracle8 --with-exec-dir=/usr/local/bin/php --enable-discard-path
.............
php-3.0.12# make
........
gcc -g -O2 -O2   -I. -I.  -I/opt/oracle8/rdbms/demo -I/opt/oracle8/network/public -I/opt/oracle8/plsql/public    -o php   language-parser.tab.o language-scanner.o main.o php3_hash.o operators.o  variables.o token_cache.o stack.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 php_compat.o functions/adabasd.o functions/aspell.o functions/apache.o functions/fhttpd.o  functions/basic_functions.o  functions/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  functions/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/imap.o  functions/link.o functions/mail.o functions/math.o functions/iptc.o  functions/md5.o functions/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/magick.o functions/post.o functions/rand.o functions/reg.o  functions/solid.o functions/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/base64.o  functions/info.o functions/bcmath.o functions/number.o functions/xml.o  functions/unified_odbc.o functions/ldap.o functions/browscap.o  functions/velocis.o functions/gdttf.o functions/gdcache.o  functions/zlib.o functions/COM.o functions/ifx.o  functions/pdf.o functions/cpdf.o functions/hw.o functions/hg_comm.o  functions/dlist.o functions/fdf.o functions/wddx.o functions/wddx_a.o  functions/snmp.o functions/var.o functions/interbase.o  functions/quot_print.o functions/cyr_convert.o  functions/sysvsem.o functions/dav.o functions/sysvshm.o  functions/gettext.o functions/php3_mckcrypt.o  functions/yp.o functions/dba.o functions/dba_gdbm.o  functions/dba_dbm.o functions/dba_ndbm.o functions/dba_cdb.o  functions/mcrypt.o functions/dba_db2.o functions/mhash.o  functions/pcre.o functions/posix.o functions/parsedate.o -R/opt/oracle8/lib  -L/opt/oracle8/lib     pcrelib/libpcre.a regex/libregex.a   -lclntsh -lpsa -lcore4 -lnlsrtl3 -lclntsh -lsocket -lnsl -lgen -lmw -ldl -lelf -laio -lposix4 -lc -lm                        -lpam -lm -ldl -lsocket -lnsl  -lresolv
Undefined                       first referenced
 symbol                             in file
OCIDescriptorAlloc                  functions/oci8.o
OCITransRollback                    functions/oci8.o
OCIErrorGet                         functions/oci8.o
OCITransCommit                      functions/oci8.o
OCIAttrSet                          functions/oci8.o
OCIStmtPrepare                      functions/oci8.o
OCIHandleAlloc                      functions/oci8.o
OCIBindByName                       functions/oci8.o
ncrfiv                              /opt/oracle8/lib/libclntsh.so
OCIAttrGet                          functions/oci8.o
OCIInitialize                       functions/oci8.o
OCISessionBegin                     functions/oci8.o
OCIEnvInit                          functions/oci8.o
nttini                              /opt/oracle8/lib/libclntsh.so
OCILobWrite                         functions/oci8.o
orol                                functions/oracle.o
OCIServerVersion                    functions/oci8.o
OCIParamGet                         functions/oci8.o
OCILobRead                          functions/oci8.o
OCIStmtExecute                      functions/oci8.o
oexfet                              functions/oracle.o
ocof                                functions/oracle.o
ocom                                functions/oracle.o
ocon                                functions/oracle.o
OCIServerDetach                     functions/oci8.o
OCIStmtFetch                        functions/oci8.o
osncon                              /opt/oracle8/lib/libclntsh.so
odescr                              functions/oracle.o
OCIDescriptorFree                   functions/oci8.o
OCILobFileOpen                      functions/oci8.o
niqname                             /opt/oracle8/lib/libclntsh.so
OCILobFileClose                     functions/oci8.o
OCIServerAttach                     functions/oci8.o
OCIDefineDynamic                    functions/oci8.o
OCIBindDynamic                      functions/oci8.o
ofetch                              functions/oracle.o
OCILobGetLength                     functions/oci8.o
oflng                               functions/oracle.o
OCIHandleFree                       functions/oci8.o
OCISessionEnd                       functions/oci8.o
OCIDefineByPos                      functions/oci8.o
ld: fatal: Symbol referencing errors. No output written to php
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `php'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 14:17 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: Wed Apr 24 18:01:28 2024 UTC