
Michael
Deleted
May 27, 2000, 9:59 AM
Post #1 of 7
(781 views)
|
|
Installing DBI, ODBC on NT server
|
Can't Post
|
|
We have downloaded and extracted the various elements, but the test script, stripped down to this: #!c:/perl/bin/perl.exe # # Perl script that talks with the Northwinds database using an # ODBC DSN of Northwind. # use DBI; #use Data: umper; exit; Keeps giving us this: 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: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 158 BEGIN failed--compilation aborted at C:/Perl/lib/DBI.pm line 158. Compilation failed in require at C:\beta\dialog\ubb-pub\dbtest1.cgi line 7. BEGIN failed--compilation aborted at C:\beta\dialog\ubb-pub\dbtest1.cgi line 7. Any ideas? This is first for the whole team, on a time crunch (always). Our needs are very simple, we just need to retreive two fields from the ACCESS DB. but we can't even get that far. Any help?
|