xgamma has asked for the wisdom of the Perl Monks concerning the following question:
Following some suggestions regarding web scraping, it looks like I'll have to use Win32::IE::Mechanize. However, I'm new to perl and seem to have some trouble installing the module.
I downloaded it, and extracted it into C:/perl/lib/Win32-IE-Mechanize-0.009
I downloaded nmake, then I ran:
1. perl Makefile.PM
2. nmake
3. nmake test
4. nmake install
The makefile seems to go smoothly, then nmake gives this: Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/Perl/lib/Win32API/File.pm line 20, followed by going through some .pm files
nmake test gives some failed tests, and then nmake install yields this: Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::FastCalc at C:/Perl/lib/Win32API/File.pm line 20 Appending installation info to C:\Perl\lib/perllocal.pod
am I doing something wrong here?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing Modules on Windows
by jettero (Monsignor) on Jun 18, 2008 at 20:14 UTC | |
by xgamma (Novice) on Jun 18, 2008 at 20:17 UTC | |
by jettero (Monsignor) on Jun 18, 2008 at 20:19 UTC | |
by rovf (Priest) on Jun 19, 2008 at 08:05 UTC | |
by Anonymous Monk on Jun 19, 2008 at 03:33 UTC | |
|
Re: Installing Modules on Windows
by syphilis (Archbishop) on Jun 18, 2008 at 22:55 UTC | |
|
Re: Installing Modules on Windows
by xgamma (Novice) on Jun 19, 2008 at 13:57 UTC | |
by Anonymous Monk on Jun 19, 2008 at 14:09 UTC | |
by xgamma (Novice) on Jun 19, 2008 at 14:25 UTC | |
by Anonymous Monk on Jun 19, 2008 at 14:39 UTC | |
by Anonymous Monk on Jun 19, 2008 at 14:41 UTC | |
|
Re: Installing Modules on Windows
by holli (Abbot) on Jun 19, 2008 at 17:26 UTC |