Posted by Steve on 01/21/06 22:19
On Fri, 20 Jan 2006 23:26:01 +0100, YeCkeL wrote:
>
> Warning: oci_new_connect() [function.oci-new-connect]: OCIEnvNlsCreate()
> failed. There is something wrong with your system - please check that
> ORACLE_HOME is set and points to the right directory in
> /wwwroot/htdocs/test.php on line 8
>
>
> I am having this dump on my recent suse 10/oracle 10.2/apache
> 2.2.0/php5.1.2. Any ideas i pritty much used a uber basic.
>
> apache cfg line
> $ ./configure --prefix=/wwwroot --enable-so
>
> php cfg line
> './configure' '--prefix=/wwwroot/php' '--with-apxs2=/wwwroot/bin/apxs'
> '--with-config-file-path=/wwwroot/php'
> '--with-oci8=/opt/oracle/product/10gR2' '--with-curl=/usr/local/lib'
> '--with-mcrypt' '--with-xmlrpc'
>
>
> Any one see were i fuxed up.
AIUI oci 8 was built on Oracle 8. You're linking it to Oracle 10. It
seemed to work ok with Oracle 9, but looks like that module needs updating?
$0.02,
Steve
[Back to original message]
|