Linux

CentOS で VMware をインストール後vmware-config.pl が上手くいかないときの対処方法

インストール後、vmware-config.pl 実行する

実行時に C headerの場所を聞かれる

What is the location of the directory of C header files that match your running kernel?

[/usr/src/linux/include]

ここには無いので下記実行する

# yum install kernel-headers kernel-devel

指定場所は

[/lib/modules/2.6.18-92.1.22.el5/build/include/]

これでOK

動いているKernelのバージョンと同一バージョンをインストールしないと失敗します

# uname -a
Linux localhost.localdomain 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 i686 i386 GNU/Linux

-Linux
-, ,