arthurs has asked for the wisdom of the Perl Monks concerning the following question:
I would like to reinstall LWP perl module. To install perl modules I need to have ExtUtils-MakeMaker module, so I downloaded one from CPAN, untar it, ran 'perl Makefile.PL' successfully.
Now, from what I read I need to run 'make' command. However, I don't see 'make' in my dir or anywhere else. Did I do anything wrong?
From what I understand, after running 'perl Makefile.PL', I need to run 'make' to compile the code, then run 'make test' to test if all is OK, and then 'make install' to install the module. But I don't see 'make' anywhere. Please help. thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: installing perl module
by syphilis (Archbishop) on Apr 09, 2013 at 23:40 UTC | |
|
Re: installing perl module
by choroba (Cardinal) on Apr 09, 2013 at 19:52 UTC | |
|
Re: installing perl module
by CountZero (Bishop) on Apr 09, 2013 at 20:01 UTC | |
|
Re: installing perl module
by Anonymous Monk on Apr 10, 2013 at 07:49 UTC | |
by arthurs (Novice) on Apr 10, 2013 at 13:31 UTC | |
by arthurs (Novice) on Apr 10, 2013 at 14:31 UTC | |
by arthurs (Novice) on Apr 10, 2013 at 15:38 UTC | |
by Anonymous Monk on Apr 11, 2013 at 01:59 UTC |