Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Problem with Module::Build when installing Sys-Filesystem

by nicolarw (Initiate)
on Nov 22, 2006 at 09:03 UTC ( [id://585467]=perlquestion: print w/replies, xml ) Need Help??

nicolarw has asked for the wisdom of the Perl Monks concerning the following question:

When trying to install the module Sys-Filesystem. It always fails saying it requires Module:Build. Module:Build is installed. Does anyone have any ideas. thanks
  • Comment on Problem with Module::Build when installing Sys-Filesystem

Replies are listed 'Best First'.
Re: Problem with Module::Build when installing Sys-Filesystem
by gellyfish (Monsignor) on Nov 22, 2006 at 09:56 UTC

    You are getting that message because it requires Module::Build::Compat version 0.02 or greater to run the autogenerated Makefile.PL. You can check which version of the module you have by running:

    perl -MModule::Build::Compat -e 'print $Module::Build::Compat::VERSION +'
    at the command line. If the version is lower than 0.02 then you should upgrade Module::Build. Alternatively you can just skip the Makefile.PL and use the Build.PL as described in the INSTALL file in the distribution.

    /J\

Re: Problem with Module::Build when installing Sys-Filesystem
by greatshots (Pilgrim) on Nov 22, 2006 at 09:38 UTC
    If you are sure that Module:Build is installed already in the system, then you have to add the path in PERL5LIB so that Sys-Filesystem willl find it. If Sys-Filesystem does not find where your Module:Build installed then it will end up with an error always. Example
    PERL5LIB="${GATEWAY_FRAMEWORK}/perl_extensions/lib/site_perl:${GATEWAY +_FRAMEWORK}/parsersrc"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://585467]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found