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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
- 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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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
Thanks Joe, that did the trick!