|
Hi guys!!I'm newbie of Perl.
My problem is the following..may be you can help me..I hope :).
So, I have a Perl script for database OLEDB connection. This script work well on my pc.
I have to insert this script as cgi in apache http server installed on windows server 2008 64bit(another pc). This script generates the error : The specified module could not be found at line new("ADODB.Connection").
Why OLEDB doesn't work in apache? I have win32 installed on ActivePerl..
I have to install oledb32.dll?
Is a problem of modules not installed?
I really don't know why in my pc simple perl script functions and under apache/cgi-bin no.
thanks |