|
Ok, I have installed the gcc compiler using:
yum install gcc
This appeared to work without error. When I now go into CPAN and do
install Imager
I get the following error:
Can't exec "/bin/make": No such file or directory at (eval 263) line 5218.
I've also done a 'yum install make' and this reports as 'make is installed and is the latest version'. It still seems like a path issue. If make is installed, would it be located somewhere other than "/bin/make" ?
|