ホストOSをfedora8としてVMwareServerを入れようと思ったのですが躓いてしまいました。 RPMのインストールまでは出来たのですが、 # /usr/binvmware-config.pl What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] という所で進めなくなってしまいました。 まさに同じ状況のページを見つけたので(609.lexace.com/tag/linux-fedora-vmware/) 同じように/usr/src/kernels/~カーネルのバージョン~/include/linuxを指定しようとしました。 そのフォルダが無かったようなので# yum install develでインストールし、出来たディレクトリを指定した所 The directory of kernel headers (version 2.6.25.6-27.fc8) does not match your running kernel (version 2.6.25.4-10.fc8). Even if the module were to compile successfully, it would not load into the running kernel. と出てしまいました。 version 2.6.25.4-10.fc8のカーネルヘッダーが必要なのでしょうが、検索しても見つかりません。 どこでインストールしたら良いのでしょうか?