This was my original question a couple of days ago: 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 :/Perl/site/lib/auto/DBD/Oracle/oracle.dll' for module DBD::Oracle:load file:The 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.
I have received a couple of replies about checking permissions and re-installing DBD-Oracle and DBI, all of which I had done prior to posting the first time. Once again, I tried the permissions with everything in the Perl directory(scary) and removed the DBD-Oracle and DBI packages and re-installed them to no avail. Does anyone else have any ideas? The problem can't be permissions as it would give an access error. Only reason I know of why it couldn't load oracle.dll is if it couldn't find it but it's apparently where it's supposed to be. Any help at some other suggestions of things to try is greatly appreciated as I have spent way too much time already trying to fix something that wasn't broken until techs apparently did something with the system. They of course have no idea what it could be.
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