华为云服务器java环境配置

在安装nginx的时候报错

./configure: error: C compiler cc is not found```

安装cc环境的是提示

You could try running: rpm -Va –nofiles –nodigest

执行了yum update  更新了源各种折腾

最终解决方案 [参考此篇](http://www.vixual.net/blog/archives/125)
摘抄记录一下
/etc/yum.conf 配置文件中注释掉这行

#exclude=kernel* centos-release*


再执行 yum install -y gcc*

 nginx可以编译了

 安装openssl的时候报错

[root@maobo openssl-1.0.2l]# ./config shared zlib
Operating system: x86_64-whatever-linux2
You need Perl 5.
“`

云服务器这么麻烦!

你可能感兴趣的:(服务器linux)