‘VMWare’ タグのついている投稿

VMWare Toolsとの悪戦苦闘

2009年6月8日 月曜日

VMWareをインストールした。そのままで使えると思ったら、

/usr/binにある「vmware-config-tools.pl」の実行が必要。

下記サイトのように、カーネルの指定が出てくる。

Enterをそのまま押下しても、ディフォルトのディレクトリがないため繰り返ししつこく質問される。

http://www.orient-cucumis.net/wiki/index.php?VMware%20on%20Fedora%20Core%205

/usr/src/linux/include」にはそれらしきディレクトリがなくて調べると、

下記のサイトにはFedoraCoreのカーネルのヘッダーファイルが「/lib/modules/カーネルバージョン/build/include」とのこと。

http://gramonchu.blog36.fc2.com/blog-entry-166.html

だが・・・・

#/lib/modules/2.6.18-128.el5 [←ここでTabキー]
extra/        kernel/       updates/      weak-updates/

/build以降がないよ。

「yum install kernel-devel.i686」コマンドの後で 「/usr/src/kernels/2.6.18-128.1.10.el5-i686/include/」があったので、

指定してみたが

——————————————————————————–
The directory of kernel headers (version 2.6.18-128.1.10.el5) does not match
your running kernel (version 2.6.18-128.el5).  Even if the module were to
compile successfully, it would not load into the running kernel.

——————————————————————————–

実際に動いているカーネルと違うといわれる。

先程のサイト(http://www.orient-cucumis.net/wiki/index.php?VMware%20on%20Fedora%20Core%205)

には、any-anyとかいうパッチを当ててあっけなく解決とあるが。

# cd vmware-any-any-update116

# ./runme.pl

Unable to open the installer database /etc/vmware/locations in read-mode.

Execution aborted.


解決・・・