Rich Buckley wrote:
> 
> Hi,
> 
> Platform:       NT4SP5
> Perl:           5_005_02
> Apache: 1_3_3
> ModPerl modperl-1_16
> 
> Can anyone advise on the following problem. In an attempt to use
> the DBI module to connect to an Oracle database from a modperl
> script, I get an error (from apache.exe on the server) indicating
> that the Oracle DLL OCIW32.dll cannot be located. This DLL resides
> in my Oracle home which is in my main PATH environment variable.
> 
> The path that seems to be searched is
> c:\perl\site\5.00503;.;C:\winnt\system32;c:\winnt\system;c:\winnt;
> /bin:/usr/bin:/usr/ucb:/usr/bsd:/usr/local/bin
> 
> Is Apache intervening and changing the search path by the time
> it gets down to the module binary ?
> 
> All help appreciated.
> 
> --Rich

Check your environment's ORACLE_HOME variable.

-jwb

Reply via email to