zoukankan      html  css  js  c++  java
  • Fedora 17 安装 VMware Tools 的先决条件

    下面的选项就按照默认值。一直回车
    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看到共享文件了。

  • 相关阅读:
    Python-os
    Python-字典Dict
    Linux下使用Apache搭建Web网站服务器
    Linux中FTP安装与配置
    第16章 广域网
    第15章 IPv6
    第14章 思科无线技术
    第13章 网络地址转换NAT
    第12章 安全
    第11章 虚拟局域网
  • 原文地址:https://www.cnblogs.com/daocaoren/p/2808308.html
Copyright © 2011-2022 走看看