|
Hey there,
First off, I have little or no Unix experience! I've been left in the lurch after our IT chap decided he no longer enjoyed his job at my company, and this has landed on my shoulders.
I've been trying to configure CPAN on Fedora Core 2 all afternoon.
I upgraded it to the latest version, but whenever I try to install *any* perl module (for example Imager) I get the following error:
cpan> install Imager
Running install for module Imager
Running make for T/TO/TONYC/Imager-0.51.tar.gz
Is already unwrapped into directory /root/.cpan/build/Imager-0.51
Has already been processed within this session
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
To me, it feels like CPAN can't find the MAKE command (excuse my naive Unix approach here...!!) I have been crawling Google and MSN for most of the day, but sadly this is going a few inches above my head.
The configuration path to MAKE is '/usr/bin/make' which is just the default path that the CPAN configuration script suggested. How can I verify this path is correct?
|