Re: [PHP-DEV] PHP/Oracle From: Albert Shahugian (a.shahugian <email protected>)
Date: 05/19/00

Hi,

On machine which you will run PHP install Oracle client from install CD.
Check that oci demo/example files are installed in $ORACLE_HOME/rdbms/demo
there must be a bunch of *.h files.
Check also $ORACLE_HOME/plsql/public and $ORACLE_HOME/network/public for *.h
files. If some of those *.h files is missing just copy them from your full
Oracle server Install.
Set $ORACLE_HOME and start ./configure it must activate Oracle support, then
compile php.
If at some point it complains about missing *.h or *.so files just grab them
from your installed Oracle server.

Albert.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>