Error when installing the HTML-Parser-3.51 module

Error when installing the HTML-Parser-3.51 module

am 08.04.2006 18:30:54 von mkimbrel

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 =
..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

=20
I downloaded the module from CPAN.
Unpacked the module into my lib directory in Perl.
Installed the nMake command as instructed above.
=20
I ran:=20
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."
=20
I have copied the Parse.pm file from the HTML-Parse Dir to the lib dir, =
and rerun - I get the sam error.
=20
What other magic do I need to know?
=20
Thanks
Morgen
=20
=20
=20
=20
MorgenKimbrell
Information Archtect, MetaTagger
Interwoven, Inc.
Office: +(1) 408-530-5808
Mobile: +(1) 408.607-8063
Email: mkimbrel@interwoven.com
Visit www.interwoven.com =20
Enterprise Content Management Solutions for Business

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

am 10.04.2006 07:31:37 von jarich

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@perltraining.com.au |
(il),-'' (li),' ((!.-' | www.perltraining.com.au |