""Sisyphus"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > ----- Original Message ----- > From: "Jan Dubois" > . > . >> >> It is my understanding that this line is never needed and has therefore >> been removed from Module::Install 0.61. > > Ok ... thanks - that should make it fairly simple for Steffen to fix. > >> >> So the simple fix is to just remove that line from the PAR version of >> Module::Install. Of course it would still be interesting to figure out >> why 0.61 doesn't work for PAR anymore. That sounds like a regression in >> Module::Install that should to be investigated and probably fixed. >> > > Well .... if you take the find_extensions() subroutine from PAR's version > (0.54) of Install.pm and stick that in the 0.61 version of Install.pm, > then > PAR builds fine with that amended 0.61. Here's a 'diff -u' on the files. > The > '-' lines are lines that are in the original 0.61 Install.pm, the '+' > lines > are from the amended 0.61 Install.pm (that works with PAR): > > --- E:\perl817\site\lib\Module\Install.pm 2006-03-16
CUT ---------8<---------------------8<---------------8<------------- Can someone sumarize all steps that has to be taken in order to the get the modules installed on ActiveState Perl 5.8.8, it got lost somewhere in the thread. I applied the patch in the Install.pm module shipped with the distribution, but that didn't help. I still get the: Undefined subroutine &ActivePerl::Config::find_prog called at C:/Perl/site/lib/ActivePerl/Config.pm line 70. Compilation failed in require at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7. BEGIN failed--compilation aborted at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7. Compilation failed in require at inc/Module/Install/Can.pm - /usr/local/lib/perl5/site_perl/5.8.7/Module/Insta ll/Can.pm line 8. BEGIN failed--compilation aborted at inc/Module/Install/Can.pm - /usr/local/lib/perl5/site_perl/5.8.7/Module/I etc etc So there must be something that I missed in the earlier posts. best regards Håkan Kvist
