Configuring PHP with Oracle client
Platform : RHEL 5 x86-64
Oracle client : 10.2.0.1
PATH env variable is set to include $ORACLE_HOME/bin
i was trying to connect php to oracle and its failing with error that iit couldnt find ociconnect() function
checking Oracle Install Directory... /appl/oracle/client/10.2.0/bin
checking size of long int... (cached) 8
checking if we're on a 64-bit platform... yes
checking OCI8 libraries dir... configure: error: Oracle (OCI8) required libraries not found
How to resolve this error? Do i need to set LD_LIBRRARY_PATH ? If so to what ? or am i missing something here?
0