centos安装wget
yum -y install wget
#yum -y install setup 本文
#yum install perl
Searching for GCC...
The path "" is not valid path to the gcc binary.
Would you like to change it? [yes]
如果出现这个就表明gcc没有安装
yum install gcc make
将gcc和make一起装好
Searching for a valid kernel header path...
The path "" is not valid.
Would you like to change it? [yes]
如果出现这个就表示kernel-devel包没有安装
yum install kernel-devel
安装后如果还没有搜索到kernel-header, 尝试重起后, 再运行一次
vmware-install.pl
#yum install perl来
---防火墙 端口
/etc/init.d/iptables stop
/etc/init.d/iptables status