Menu

Error Installing File::Find::Rule

Help
Jeff Barr
2004-02-13
2004-02-17
  • Jeff Barr

    Jeff Barr - 2004-02-13

    i am trying to install cvsmonitor on a plain vanilla Red Hat  9 box.

    I have all of the required modules installed with the exception of File::Find::Rule. When I attempt to install it I get the following error:

      Checking whether your kit is complete...
      Looks good
      Creating new 'Build' script for 'File-Find-Rule' version '0.26'
      Can't call method "find_perl_interpreter" on an undefined value at
      /usr/lib/perl5/site_perl/5.8.0/Module/Build/Compat.pm line 150.
      Running make test
        Make had some problems, maybe interrupted? Won't test
      Running make install
        Make had some problems, maybe interrupted? Won't install

    Any ideas on how to fix this?

     
    • Jochen Wiedmann

      Jochen Wiedmann - 2004-02-17

      This seems to be a bug in CPAN. Do the following:

      - Change directory to .cpan/build/File-Find-Rule-0.26
        or similar.
      - Run "perl Build.PL".
      - Run "perl Build", "perl Build test", and "perl Build install"

      Jochen

       
      • Jeff Barr

        Jeff Barr - 2004-02-17

        Thanks Joe, that did the trick!

         

Log in to post a comment.