LWP Install Fails under WinXP SP2 running ActivePerl Build 810

From: Matthew Johnson (mej1960_at_onebox.com)
Date: 11/22/04


Date: 22 Nov 2004 12:20:33 -0800


I did a search in the FAQ and in the mailing list under the obvious keywords,
and still came up with nothing, so now I ask here.

Following the instructions in in libwww-perl5.801\README, I
successfully installed all the prerequisite modules: except that the
README says I need "Digest-MD5", and PPM could find only
"Digest-MD5-Mp4" (which I installed). But this is the small
discrepancy. I am more concerned that after successfully running 'perl
Makefile.PL' (answering 'y' to everything), I get an error message on
'make', namely:

D:\Dloads\libwww-perl-5.801.tar\libwww-perl-5.801>make
make.exe: *** No rule to make target `D:\Perl\lib^', needed by
`Makefile'. Stop.

Why is it trying to make D:\Perl\lib? That directory already exists
and is full of many other packages.

And what version of 'make' is it assuming? I didn't see that get installed. I am
running all these commands in the command window, as appears normal for
ActivePerl (the version of Perl I am trying to get this working under). I am not
running under CygWin (although I have that installed too).

-- 
---------------------------
Bis dat qui cito dat


Relevant Pages

  • Re: whats the best environment to exercise Perl?
    ... > perl fred.pl> results.txt to run the program. ... > your text editor to see the results. ... in the command window, ... Opening that file in a text ...
    (comp.lang.perl.misc)
  • Re: Test if string does not exist in an array.
    ... you may not be aware that Perl comes with a built-in ... You can see the whole thing by typing at your command window: ... simple way to test if a string does not exist in an array? ... if $udata happened to have one big string ...
    (perl.beginners)
  • Re: Active State perl for windows not working.
    ... TIA Steve ... start a command window, change to the perl directory ... set the path each time you use perl, or do a re-install and allow the ...
    (comp.lang.perl.misc)
  • globbing files with spaces in the path
    ... Active State Perl 5.8.6 under Windows ... Here is an excerpt from a Perl script I wrote: ... If in a command window I do: ...
    (comp.lang.perl.misc)