下面的选项就按照默认值。一直回车
Restoring the kernel initrd image.:
File /etc/pulse/default.pa is backed up to /etc/pulse/default.pa.old.0.
hal: 未被识别的服务 (不用管)


bash:./vmware-install.pl :/usr/bin/perl:bad interpreter:No such file or directory.
如果出现这个提示,则表明系统没有安装Perl环境,可以使用如下命令来提供Perl支持:
#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、kernel-devel、kernel-headers
yum install kernel* 我将所有相关的都装上了
,此时如果在VM中设置的文件夹共享,就能在/mnt/hgfs看到共享文件了。

相关文章:

  • 2022-12-23
  • 2021-12-14
  • 2021-08-21
  • 2021-10-30
  • 2022-01-13
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-08
  • 2021-10-26
  • 2021-10-25
  • 2021-12-22
  • 2021-10-07
  • 2022-12-23
相关资源
相似解决方案