
TTMtech
Novice
Mar 24, 2003, 12:33 PM
Post #1 of 2
(1842 views)
|
|
IIS 5.0 and perlscript problem
|
Can't Post
|
|
Hi, I have installed IIS 5.0 on windows 2000 server. After that I have installed Activestate distribution from www.activestate.com. I am trying to get data from MS SQL SERVER on web using perl script.Now, my web server gives me following error : CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Can't locate loadable object for module DBI in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib . c:\InetPub\myttmtech\Admin1) at D:/Perl/site/lib/DBI.pm line 182 BEGIN failed--compilation aborted at D:/Perl/site/lib/DBI.pm line 182. Compilation failed in require at c:\InetPub\myttmtech\Admin1/ttmtech.pm line 4. BEGIN failed--compilation aborted at c:\InetPub\myttmtech\Admin1/ttmtech.pm line 4. Compilation failed in require at C:\inetpub\myttmtech\admin1\index.pl line 6. BEGIN failed--compilation aborted at C:\inetpub\myttmtech\admin1\index.pl line 6. What I have to install on web server ? where can I get DBI.PM module and how to install it? Thanks, TTMtech
|