I am trying to install Redis on EC2 but it needs gcc. When I tried gcc was not installed.
Then I tried to install gcc manually and got the following error:
configure: error: could not find a working compiler, see config.log for details
How can I solve this?