I am trying to manually install Crypto module for Python (pycrypto) on RHEL. However, I seem to always get this error after I run the build command (i.e. python setup.py build):
error: command 'gcc' failed with exit status 1
Does anyone know how to solve this problem?