Hi
I have successfully installed the DBD and DBI modules. They work fine
from a script started from the command line but as soon as I try to
use them as an inline in a teamsite template it gives the following error:
###############################################################################
An exception was thrown: install_driver(Oracle) failed: Can't load
'D:\iw-home\iw-perl\site\lib/MSWin32-x86/auto/DBD/Oracle/Oracle.dll'
for module DBD:

racle: load_file

as angegebene Modul wurde nicht
gefunden at

\iw-home\iw-perl\lib/MSWin32-x86/DynaLoader.pm line 169.
at (eval 2) line 3 Perhaps a required shared library or dll isn't
installed where expected at

/inline/patientbrochures.pl line 38
###############################################################################
For the non German readers:
"Das angegebene Modul wurde nicht gefunden" means that he cannot find
the module.
pc info
windows 2000
DBD Oracle 1.12
DBI 1.37
Oracle client 8
The path to the module is correct. The module is there and can be read
at least that should be possible. There are no restrictions for any
users.
I already put these lines:
SetEnv LD_LIBRARY_PATH=D:/oracle/ora81/lib
SetEnv ORACLE_HOME=D:/oracle/ora81
on the bottom of the apache httpd.conf file.
Do i need to do something else/extra to get this working.
Thanks in advance.
Greetings Patrick