LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing perl MakeMaker (https://www.linuxquestions.org/questions/linux-software-2/installing-perl-makemaker-729048/)

benni1 05-28-2009 04:11 AM

installing perl MakeMaker
 
Hi,

i need this MakeMaker from Extutils for installing a XMLParser in Perl.
i am doing this on a slackware machine, so from scratch.

the problem is:
i have a Makefile.PL in this ExtUtils path. but as i understand it, i need the installed MakeMaker from ExtUtils to get a make file from MakeFile.Pl ?!
i get an error something like that: cant find ExtUtils\MakeMaker ....

someone a hint?

thx in advance

knudfl 05-28-2009 07:35 AM

CPAN search
http://search.cpan.org/
ExtUtils\MakeMaker ( or ExtUtils::MakeMaker )
http://search.cpan.org/search?query=...Maker&mode=all
http://search.cpan.org/~mschwern/Ext...s/MakeMaker.pm
to get ExtUtils-MakeMaker-6.50.tar.gz

Or even better : use the cpan shell :
# cpan
> cpan install XML::Parser
which will install XML::Parser and all dependencies.

First choice would be 'Slackbuilds' , but the package
seems not to be available.
.....

benni1 06-04-2009 05:42 AM

Quote:

Originally Posted by knudfl (Post 3555347)
CPAN search
http://search.cpan.org/
ExtUtils\MakeMaker ( or ExtUtils::MakeMaker )
http://search.cpan.org/search?query=...Maker&mode=all
http://search.cpan.org/~mschwern/Ext...s/MakeMaker.pm
to get ExtUtils-MakeMaker-6.50.tar.gz

Or even better : use the cpan shell :
# cpan
> cpan install XML::Parser
which will install XML::Parser and all dependencies.

First choice would be 'Slackbuilds' , but the package
seems not to be available.
.....

i set up internet connection, used CPAN and everything is so easy...
thx for your help, my goal is setting up anjuta IDE ... on step closer...


All times are GMT -5. The time now is 02:20 PM.