|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-16 14:17 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 12:00:02 2025 UTC |
I find some problem linking PHP with Oracle 7.3.2 libraries on a SCO OpenServer 5.0.4. The problem are on the detection of the Oracle version . 1) the istruction: ORACLE_VERSION=`grep '"ocommon"' $ORACLEINST_TOP/orainst/unix.rgs | sed 's/ */:/g' | cut -d: -f 6 | cut -c 2-4` fails on "sed 's/ */:/g'". For resolve the problem i have forced on configure the Oracle version. 2) configure detect a shared library, but the link istruction don't work. For resolve the problem i have modified configure : if test -f $ORACLEINST_TOP/$ORACLE_LIBDIR/libclntsh.s? -a \ -f $ORACLEINST_TOP/$ORACLE_LIBDIR/libclntsh.a for forcing to use ORACLE_STLIBS 3) the instuction of make install fail if the apache/src/modules/php3 directory exist! Thank you and good work!