E
enigma
Hi,
I have a perl script which i've been using perfectly with no trouble at
all.. Two days ago i installed Oracle 10g. After i tried to run my
script.. A pop window tells me:
The application has failed to start because Perl56.dll was not found.
Re-installing the application may fix this problem.
After I press OK, i get these errors
Can't load
'C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/auto/IO/IO.dll'
for module IO: load_file:The specified module could not be found at
C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/XSLoader.pm
line 75.
at C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/IO.pm line
9
Compilation failed in require at
C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/IO/Handle.pm
line 256.
BEGIN failed--compilation aborted at
C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/IO/Handle.pm
line 256.
Compilation failed in require at C:/Perl/site/lib/IO/Scalar.pm line
152.
BEGIN failed--compilation aborted at C:/Perl/site/lib/IO/Scalar.pm line
152.
Compilation failed in require at C:/Perl/site/lib/OLE/Storage_Lite.pm
line 171.
BEGIN failed--compilation aborted at
C:/Perl/site/lib/OLE/Storage_Lite.pm line 171.
Compilation failed in require at
C:/Perl/site/lib/Spreadsheet/ParseExcel.pm line 176.
BEGIN failed--compilation aborted at
C:/Perl/site/lib/Spreadsheet/ParseExcel.pm line 176.
Compilation failed in require at CreateUsFile.pl line 2.
BEGIN failed--compilation aborted at CreateUsFile.pl line 2.
This script loads some modules and it's not finding them it's searching
in the wrong place.. Because if i do a simple perl script like print"
hello "; it works fine!
Can somebody tell me how to tell perl to look in the right place for
those modules?
Thank you
I have a perl script which i've been using perfectly with no trouble at
all.. Two days ago i installed Oracle 10g. After i tried to run my
script.. A pop window tells me:
The application has failed to start because Perl56.dll was not found.
Re-installing the application may fix this problem.
After I press OK, i get these errors
Can't load
'C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/auto/IO/IO.dll'
for module IO: load_file:The specified module could not be found at
C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/XSLoader.pm
line 75.
at C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/IO.pm line
9
Compilation failed in require at
C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/IO/Handle.pm
line 256.
BEGIN failed--compilation aborted at
C:\oracle\product\10.1.0\Db_1\perl\5.6.1\lib\MSWin32-x86/IO/Handle.pm
line 256.
Compilation failed in require at C:/Perl/site/lib/IO/Scalar.pm line
152.
BEGIN failed--compilation aborted at C:/Perl/site/lib/IO/Scalar.pm line
152.
Compilation failed in require at C:/Perl/site/lib/OLE/Storage_Lite.pm
line 171.
BEGIN failed--compilation aborted at
C:/Perl/site/lib/OLE/Storage_Lite.pm line 171.
Compilation failed in require at
C:/Perl/site/lib/Spreadsheet/ParseExcel.pm line 176.
BEGIN failed--compilation aborted at
C:/Perl/site/lib/Spreadsheet/ParseExcel.pm line 176.
Compilation failed in require at CreateUsFile.pl line 2.
BEGIN failed--compilation aborted at CreateUsFile.pl line 2.
This script loads some modules and it's not finding them it's searching
in the wrong place.. Because if i do a simple perl script like print"
hello "; it works fine!
Can somebody tell me how to tell perl to look in the right place for
those modules?
Thank you