Paco Ortiz wrote:

>  Hi:
> 
> 
>> Did anybody have any problems with compiling PHP 4.0x with oracle?
>> (--with-oci8)
> 
> 
> no problem at all with this combination:
> 
> - PIII 800MHz -256MB
> - Red Hat 6.2
> - Apache 1.3.12
> - PHP 4.0.3pl1
> - Oracle 8.1.6
> 
> Only one tip: PHP as a loadable module of Apache DOESN'T SEEM to work with oracle8 
>(--with-apxs)
> 
> You must compile PHP as an Apache module (--with-apache).
> Greetings,
> 
> Paco
> 
> 
> 
PHP as a DSO with Oracle support does work.  You need to make sure that 
$ORACLE_HOME is in Apache's path and that the libctlnsh.so.8.0 file is 
in your library path (I believe its usually found in $ORACLE_HOME/lib).

Paul


-- 
PHP Development 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]

Reply via email to