> Hi, > > I hope someone can help as I am new at Perl and configuring its setup. > > Setup: NT Service Pack 5 > Oracle iAS 1.0.2.1 (with Apache Apache/1.3.12 Server) > Oracle 8.1.7 Release3 > Perl 5.00503 > > > I have downloaded the DBD-Oracle-1.07 module from CPAN and placed it in > its own directory in lib (D:\oracle\ora81\Apache\perl\5.00503\lib). > > When I try to load test.pl (which I have placed in > D:\oracle\ora81\Apache\Apache\cgi-bin) I get the following errors in the > Apache log file: > [Thu Jun 07 12:16:02 2001] [error] [client 137.223.134.230] Premature end > of script headers: d:/oracle/ora81/apache/apache/cgi-bin/test.pl > [Thu Jun 07 12:16:02 2001] [error] [client 137.223.134.230] Can't locate > loadable object for module DBI in @INC (@INC contains: blib/arch blib/lib > D:\oracle\ora81\Apache\perl\5.00503\lib/MSWin32-x86 > D:\oracle\ora81\Apache\perl\5.00503\lib > D:\oracle\ora81\Apache\perl\site\5.00503\lib/MSWin32-x86 > D:\oracle\ora81\Apache\perl\site\5.00503\lib .) at > D:\oracle\ora81\Apache\perl\5.00503\lib/DBI.pm line 183 > [Thu Jun 07 12:16:02 2001] [error] [client 137.223.134.230] BEGIN > failed--compilation aborted at > D:\oracle\ora81\Apache\perl\5.00503\lib/DBI.pm line 183. > [Thu Jun 07 12:16:02 2001] [error] [client 137.223.134.230] BEGIN > failed--compilation aborted at > D:\oracle\ora81\Apache\perl\5.00503\lib/Oraperl.pm line 25. > [Thu Jun 07 12:16:02 2001] [error] [client 137.223.134.230] BEGIN > failed--compilation aborted at (eval 1) line 1. > > > I have checked the readme and see that I am being asked to compile the > code using nmake and perl ing the makefile.pl: but when I do that I get > the following error: > Can't locate loadable object for module DBI in @INC > > Can somebody point me an exact set of instructions for downloading and > configuring the Oracle interface for Perl. > > Many thanks for taking the time to read this. > > Regards, > Eoin >