码迷,mamicode.com
首页 > 其他好文 > 详细

centOS填坑笔记(一)

时间:2016-11-10 07:40:51      阅读:351      评论:0      收藏:0      [点我收藏+]

标签:mon   mpi   auto   bsp   str   tail   configure   可视化工具   软件   

第一次使用centOS安装软件时,对二进制包的./configure进行配置时(./configure是源代码安装的第一步,主要的作用是对即将安装的软件进行配置,)报错:
WARNING: failed to autodetect C compiler version (CC=gcc)

解决:http://www.cyberciti.biz/faq/centos-rhel-7-redhat-linux-install-gcc-compiler-development-tools/


WARNING: failed to autodetect C compiler version (CC=gcc)

解决:   # yum install gcc gcc-c++ autoconf automake

安装mongodb时,用本地的可视化工具无法连通

解决:http://www.mamicode.com/info-detail-989649.html

改端口,关闭防火墙

CentOS 7防火墙变成什么了

 

firewall:
systemctl start firewalld.service#启动firewall
systemctl stop firewalld.service#停止firewall

systemctl disable firewalld.service#禁止firewall开机启动
#Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

 

追答
改成iptables
firewall:
systemctl start iptables.service

 

centOS填坑笔记(一)

标签:mon   mpi   auto   bsp   str   tail   configure   可视化工具   软件   

原文地址:http://www.cnblogs.com/xuange306/p/6049486.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!