|
Do the following:
1. from a shell do:
which make
write down the response (probably /usr/bin/make, which I'll use below)
2. start the CPAN shell
3. do:
o conf make /usr/bin/make
4. try to do:
install Imager
5. if that works do:
o conf commit
to save the configuration changes
|