Web Hosting Talk







View Full Version : 'Make' won't work on Red Hat


sbrad
12-04-2001, 01:00 PM
I've got a slight problem.
I was trying to install a perl module, and I got an error after typing make. So, I decided to just CPAN-it. Well, after telling it what to install, it downloaded the module and started to install it, but crapped out with:
Running make test
Oops, make had returned bad status
Running make install
Oops, make had returned bad status

What do I do now?

bobcares
12-04-2001, 03:53 PM
make install is not working because the make test has failed.
This happens when the module requirement is not satisfied by the server.
You'd have to satisfy the requirements first.
I don't think it is a make problem...

Have a great day :)

regards
amar