Ok, here we go:
First of all, forget all your problems after the configure problem. PHP has
not compiled with your Oracle, so there won't be any functions.
Next forget about: "My SQLPlus is running" because this won't help PHP in no
way. It uses the OCI and this is what counts.
Be sure you have installed your Oracle client the right way:
(1) You must create the right users.
I thing this is not so important as Oracle installed already.
(2) Set all environment variables.
export ORACLE_BASE=/home/oracle
export ORACLE_HOME=/home/oracle/OraHome1
export ORACLE_SID=Name
export ORACLE_TERM=386x
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export PATH=$PATH:$ORACLE_HOME/bin
(3) Install it with support for programmers (OCI, C, ...)
This should fix your compilation problems.
Benjamin
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]