Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CGI error

Status
Not open for further replies.

TTMTech

Programmer
Feb 5, 2003
29
US
Hi! All

I have installed IIS 5.0 on windows 2000 server. After that I have installed Activestate distribution from 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 DBI.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib . c:\InetPub\myttmtech\Admin1) 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.

How to take care of this problem ?

Thanks,
TTMTECH
 
Check :

1. If you have the module installed.
2. Is it included in the script ( eg. use CGI )

-= Ozzy =-
 
Go to a command line prompt

and look up the PPM utility which comes with ASPN

PPM -VERIFY module::whatever

PPM HELP

HTH
;P
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top