From: francois dot collardot at seco dot admin dot ch Operating system: AIX 5.2 PHP version: 4.3.4 PHP Bug Type: Compile Failure Bug description: Make problem PHP4.3.4 Oracle 9.2 AIX 5.2
Description: ------------ Hi I have Problem with installation of PHP-4.3.4 with Oracle 9.2 client Apache 1.3.29 on AIX 5.2 Server ./configure --with-oci8=$ORACLE_HOME --with-apache=/usr/local/apache_1.3.29 work fine but make doesnt work ld: 0711-317 ERROR: Undefined symbol: .OCIEnvInit ld: 0711-317 ERROR: Undefined symbol: .OCIHandleAlloc ld: 0711-317 ERROR: Undefined symbol: .OCIInitialize ld: 0711-317 ERROR: Undefined symbol: .OCIHandleFree ld: 0711-317 ERROR: Undefined symbol: .OCITransRollback ld: 0711-317 ERROR: Undefined symbol: .OCIDescriptorFree ld: 0711-317 ERROR: Undefined symbol: .OCIErrorGet ld: 0711-317 ERROR: Undefined symbol: .OCIServerVersion ld: 0711-317 ERROR: Undefined symbol: .OCIDescriptorAlloc ld: 0711-317 ERROR: Undefined symbol: .OCIAttrSet ld: 0711-317 ERROR: Undefined symbol: .OCIStmtPrepare ld: 0711-317 ERROR: Undefined symbol: .OCIAttrGet ld: 0711-317 ERROR: Undefined symbol: .OCIStmtExecute ld: 0711-317 ERROR: Undefined symbol: .OCIParamGet ld: 0711-317 ERROR: Undefined symbol: .OCIDefineByPos ld: 0711-317 ERROR: Undefined symbol: .OCIStmtFetch ld: 0711-317 ERROR: Undefined symbol: .OCIStmtSetPieceInfo ld: 0711-317 ERROR: Undefined symbol: .OCILobFileOpen ld: 0711-317 ERROR: Undefined symbol: .OCILobGetLength ld: 0711-317 ERROR: Undefined symbol: .OCILobRead ld: 0711-317 ERROR: Undefined symbol: .OCILobFileClose ld: 0711-317 ERROR: Undefined symbol: .OCISessionBegin ld: 0711-317 ERROR: Undefined symbol: .OCISessionEnd ld: 0711-317 ERROR: Undefined symbol: .OCIServerAttach ld: 0711-317 ERROR: Undefined symbol: .OCIServerDetach ld: 0711-317 ERROR: Undefined symbol: .OCIBindByName ld: 0711-317 ERROR: Undefined symbol: .OCIBindDynamic ld: 0711-317 ERROR: Undefined symbol: .OCIBindObject ld: 0711-317 ERROR: Undefined symbol: .OCILobWrite ld: 0711-317 ERROR: Undefined symbol: .OCITransCommit ld: 0711-317 ERROR: Undefined symbol: .OCIPasswordChange ld: 0711-317 ERROR: Undefined symbol: .OCIObjectFree ld: 0711-317 ERROR: Undefined symbol: .OCICollAppend ld: 0711-317 ERROR: Undefined symbol: .OCIDateFromText ld: 0711-317 ERROR: Undefined symbol: .OCIStringAssignText ld: 0711-317 ERROR: Undefined symbol: .OCINumberFromReal ld: 0711-317 ERROR: Undefined symbol: .OCICollGetElem ld: 0711-317 ERROR: Undefined symbol: .OCIDateToText ld: 0711-317 ERROR: Undefined symbol: .OCIStringPtr ld: 0711-317 ERROR: Undefined symbol: .OCINumberToReal ld: 0711-317 ERROR: Undefined symbol: .OCICollAssign ld: 0711-317 ERROR: Undefined symbol: .OCICollAssignElem ld: 0711-317 ERROR: Undefined symbol: .OCICollSize ld: 0711-317 ERROR: Undefined symbol: .OCICollMax ld: 0711-317 ERROR: Undefined symbol: .OCICollTrim ld: 0711-317 ERROR: Undefined symbol: .OCITypeByName ld: 0711-317 ERROR: Undefined symbol: .OCIDescribeAny ld: 0711-317 ERROR: Undefined symbol: .OCITypeByRef ld: 0711-317 ERROR: Undefined symbol: .OCIObjectNew ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. thanks for any help Francois -- Edit bug report at http://bugs.php.net/?id=27601&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27601&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27601&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27601&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27601&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27601&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27601&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27601&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27601&r=support Expected behavior: http://bugs.php.net/fix.php?id=27601&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27601&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27601&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27601&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27601&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27601&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27601&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27601&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27601&r=float