I have a Perl web/database search program that has been working correctly for about a year.  Apparently users or network technicians did something to system.  This system is not under my control.  I receive an error message when trying to run the Perl program that finds data in the database.  The platform is Windows NT 4.0/IIS 4/Perl build 522.  Here is the error message that I receive:
 
install_driver(Oracle) failed. C:\Inetpub\scripts\ivnsearch.pl can't load 'C:/Perl/site/lib/auto/DBD/Oracle/oracle.dll'  for module DBD::Oracle: load file: The specified module could not be found at C:/Perl/Lib/Dynaloader.pm line 169.  C:\Inetpub\scripts\ivnsearch.pl: at (eval 7) line 3 Perhaps a required shared library or dll isn't installed where expected at C:\Inetpub\scripts\ivnsearch.pl line 15.
 
Line 3 of the program is:
use DBI;
 
Line 15 is my connect string to connect to the database using DBI.
 
It appears that oracle.dll is in the C:/Perl/site/lib/auto/DBD/Oracle directory.  Like I have said, the program was working for a year.  I have backup copies of the program to ensure that nobody changed anything.  I'm not sure if this is correct place to post my question so please don't flame me.  Any help on things to try or direction to take from here would be much appreciated.  They of course need this fixed yesterday(don't all users).  Thanks in advance
 


Get your FREE download of MSN Explorer at http://explorer.msn.com
_______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to