linux - vmware Player 无法在 kubuntu 中启动服务

标签 linux ubuntu compilation vmware vmware-player

my environment:
kubuntu : 3.2.0-generic-pae
vmware player: VMware-Player-4.0.4-744019.i386.bundle
<小时/>

我已经安装了它。

$sh VMware-Player-4.0.4-744019.i386.bundle
<小时/>

当我启动“菜单->系统->VMware Player”时遇到问题

它启动一个窗口并开始编译:

        [ok] Virtual Machine Monitor
    [failed] Virtual Network Device
        [ok] VMware Blocking Filesystem
        [ok] Virtual Machine Communication Interface
        [ok] VMCI Sockets

[result fail]Starting Vmare Services
           See log file /tmp/vmware-root/modconfig-2722.log for detail
<小时/>

来自日志文件:

   [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings":
   No such file or directory.
   [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/config":
   No such file or directory.
   [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/preferences"
   No such file or directory.

  Failed to find /lib/modules/preferred/build/include/linux/version.h
  Failed to compile module vmnet!
<小时/>

有人可以告诉我出了什么问题吗?

最佳答案

我认为您的计算机上没有安装 linux header ,这就是无法构建 vmnet 模块的原因。您必须安装 header ,然后重试。

关于linux - vmware Player 无法在 kubuntu 中启动服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11280590/

相关文章:

linux - 直接从操作系统启动程序

c# - 通过代码注入(inject)从另一个应用程序调用方法?

git - 无法将 Git 项目从 TFS 克隆到 Ubuntu,错误 : fatal: Authentication failed for

在 Docker Alpine 中编译 NSS 模块 - fatal error : nss. h:没有这样的文件或目录

php - 在 php 中将文件从 Linux 下载到 Windows 时修复文件编码

linux - 将表转换为 2 列

c++ - mongodb cpp 驱动程序(ubuntu 服务器 x64)中缺少 lboost_thread-mt

php - Mysql 错误 2003-Ubuntu

通过 Makefile 的命令行参数

java - 如何在 Java 6 中使用为 Java 7 编译的库?