Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
So I want to install it with nmake, but can't run makefile.pl:PPM> install DBI Install package 'DBI?' (y/N): y Retrieving package 'DBI'... not well-formed at line 1, column 17, byte 17 at C:/Perl/site/lib/SOAP +/Parser.pm line 73
Any ideas? I have looked and DBD.pm is located in C:/Perl/site/lib/DBI/, so it looks fine to me. If I can get the install to work, should I try to get rid of the old DBI first?C:\DBI-1.18>makefil.pl Can't locate lib/DBI/DBD.pm in @INC (@INC contains: lib CL/Perl/lib C: +/Perl/site/lib) at C:\DBI-1.18\Makefile.PL line 224. BEGIN failed--compilation aborted at C:\DBI-1.18\Makefile.PL line 226.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Why can't I install DBI?
by voyager (Friar) on Jun 20, 2001 at 05:40 UTC |