"Maxim Maletsky" <[EMAIL PROTECTED]> wrote:

> 
> Well, I will spread some light - I maintain OCI8 extension :)
> 
> Your machine does not need Oracle Server installed, it needs Oracle
> Client installed. These are two completely different things.
> 
> So, try this in your command prompt:
> 
> echo $ORACLE_HOME
> 
> if you get a result, means the client is there and you can recompile php
> --with-oci8=$ORACLE_HOME
> 
> That will compile the OCI8 extension with all the required headers.
> 

Now, that make sense :)

Thanks!

- E

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to