centos 5.1 自带的开源xen实在是不如商业的vmware好用,尽管xen免费。
安装vmware 3.2遇到的问题,在此记录一下。
[root@vmm ~]# yum -y install gcc gcc-c++ kernel-devel
更新完后
[root@vmm ~]# ./vmware-install.pl
Creating a new installer database using the tar3 format.
......
Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is not an existing directory.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
当前在用kernel 头文件不支持,停住了,到安装盘里找到 kernel-2.6.18-53.el5.i686.rpm
rpm -Uvh kernel-2.6.18-53.el5.i686.rpm
更新新内核,重启选择新内核即可。
网上搜了一下,不少人在这儿停住了。困扰了好几天的问题,终于解决了。