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


相关文章:

  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2018-04-10
  • 2021-11-29
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-02-07
  • 2022-02-28
  • 2022-12-23
相关资源
相似解决方案