Error when installing the HTML-Parser-3.51 module

I am following these instructions for adding CPAN modules to Active =
State Perl
(http://www.perlmonks.org/?node_id=3D147735)
This is usually fairly easy (unless you get a module that requires you =
have a C++ compiler installed). Download the module and unzip it. Then, =
you grab nmake =
<http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15=
..exe> and install that (when you run nmake for the first time, it will =
create some files that you can just copy to a directory in your path. =
Once that's done, you can just follow the typical install:

perl Makefile.PL
nmake
nmake test
nmake install


Cheers,
Ovid


I downloaded the module from CPAN.
Unpacked the module into my lib directory in Perl.
Installed the nMake command as instructed above.

I ran:
perl -w c:\perl\lib\HTML-Parse-3.51\MakeFile.pl
and get the following error:
"Could not open 'Parse.pm' : No such file or directory at =
C:/Perl/lib/ExtUtils/MM_Unix.pm line 2669."

I have copied the Parse.pm file from the HTML-Parse Dir to the lib dir, =
and rerun - I get the sam error.

What other magic do I need to know?

Thanks
Morgen



<http://www.interwoven.com/>
MorgenKimbrell
Information Archtect, MetaTagger
Interwoven, Inc.
Office: +(1) 408-530-5808
Mobile: +(1) 408.607-8063
Email: mkimbrel [at] interwoven.com
Visit www.interwoven.com <http://www.interwoven.com/>
Enterprise Content Management Solutions for Business
mkimbrel [ Sa, 08 April 2006 18:30 ] [ ID #1266180 ]

Re: Error when installing the HTML-Parser-3.51 module

Morgen Kimbrell wrote:

> I ran: perl -w c:\perl\lib\HTML-Parse-3.51\MakeFile.pl and get the following
> error: "Could not open 'Parse.pm' : No such file or directory at
> C:/Perl/lib/ExtUtils/MM_Unix.pm line 2669."

From what directory are you running this? Try running it from within
HTML-Parse-3.51/ for example:

cd c:\perl\lib\HTML-Parse-3.51\
perl -w Makefile.PL

and see if that helps.

All the best,

Jacinta

--
("`-''-/").___..--''"`-._ | Jacinta Richardson |
`6_ 6 ) `-. ( ).`-.__.`) | Perl Training Australia |
(_Y_.)' ._ ) `._ `. ``-..-' | +61 3 9354 6001 |
_..`--'_..-_/ /--'_.' ,' | contact [at] perltraining.com.au |
(il),-'' (li),' ((!.-' | www.perltraining.com.au |
jarich [ Mo, 10 April 2006 07:31 ] [ ID #1268440 ]
Perl » perl.libwww » Error when installing the HTML-Parser-3.51 module

Vorheriges Thema: Checking URLS across a cluster.
Nächstes Thema: perl, WWW::Mechanize::Shell and a proxy