安装hue遇到问题

error: command 'gcc' failed with exit status 1 
make[2]: *** [/opt/hue/desktop/core/build/pycrypto-2.6.1/egg.stamp] 错误 1 
make[2]: Leaving directory `/opt/hue/desktop/core' 
make[1]: *** [.recursive-env-install/core] 错误 2 
make[1]: Leaving directory `/opt/hue/desktop' 
make: *** [desktop] 错误 2 

少个gmp

 yum install gmp-devel

总结:

1、在编译源码的时候,对于警告,应该完全忽略。只看错误!

2、对于README里的需求,必须要看,安装!README里的需求不是全部,只是针对小白的,对于小白中的小白,不解释!

3、没事不要动glibc里,90%的错误都不是它引起的,不要想的太多了。




 

gcc: error trying to exec ‘cc1plus’: execvp: No such file or directory

The package name is 'gcc-c++'

# yum install gcc-c++

( And # 'yum search ... ' is not very helpful 
with finding the package name.) 

你可能感兴趣的:(安装hue遇到问题)