I've installed perl 5.8.0 on Win2000 machine. Then I downloaded DBI-1.30 from cpan.org website.
when I executed C:\path\to\DBI-1.30> perl Makefile.PL C:\path\to\DBI-1.30> nmake When it was compiling Perl.c it first gave error: "The dynamic link library mspdb60.dll could not be found in the specified path" I downloaded that file and put it in \WINNT\System32 then again executed C:\path\to\DBI-1.30> nmake This time I got this error: ....\..\lib\CORE\perl.h(371) : fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. I don't know where to find this sys/types.h file from? Is there some problem with my basic Perl installation? - ajay. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]