sarbjit has asked for the wisdom of the Perl Monks concerning the following question:
So i tried to install manually and i did following: 1. Downloaded package 2. did perl Makefile.pl I edited Makefile to have PERL path as C:\\perl64\\bin\\perl.exeWriting Makefile for DBI Writing MYMETA.yml C:\perl64\bin\perl.exe -MExtUtils::Command -e "mkpath" -- blib\lib\DBI C:perl64binperl.exe: not found dmake.exe: Error code 127, while making 'blib\lib\DBI\Changes.pm' TIMB/DBI-1.618.tar.gz C:\mingw\bin\dmake.exe -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible
Can anyone please help me on how to resolve this issue. Thanks in Advance, Sarbjit50 C% make C:\Perl64\cpan\build\DBI-1.618-FNuTFA>mingw32-make C:\\perl64\\bin\\perl.exe -MExtUtils::Command -e "mkpath" -- blib\lib\ +DBI C:\\perl64\\bin\\perl.exe -MExtUtils::Command -e "rm_f" -- blib\lib\DB +I\Changes. pm C:\\perl64\\bin\\perl.exe -MExtUtils::Command -e "cp" -- Changes blib\ +lib\DBI\Ch anges.pm process_begin: CreateProcess(NULL, rem, ...) failed. make (e=2): The system cannot find the file specified. mingw32-make: *** [config] Error 2 51 C%
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem installing packages from cpan on windows 7
by Anonymous Monk on Mar 01, 2012 at 07:45 UTC | |
by sarbjit (Initiate) on Mar 01, 2012 at 08:01 UTC | |
by Anonymous Monk on Mar 01, 2012 at 08:17 UTC | |
by sarbjit (Initiate) on Mar 01, 2012 at 09:58 UTC | |
by Anonymous Monk on Mar 01, 2012 at 10:35 UTC | |
by sarbjit (Initiate) on Mar 02, 2012 at 08:25 UTC |