1.error: command 'gcc' failed with exit status 1 的解决办法
yum install gcc python-devel
2.error: command 'gcc' failed with exit status 1
解决:yum -y install mysql-devel libxml2 libxml2-dev libxslt* zlib gcc openssl
文章来源:http://www.codeweblog.com/error-command-gcc-failed-with-exit-status-1-%E7%9A%84%E8%A7%A3%E5%86%B3/

评论