起首确认是在当地登录,用SSH安拆过程会提醒非当地登录,操做中断。
先辈行以下安拆,不然安拆过程会出错:
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]The directory of kernel headers (version 2。
6。18-8。el5xen) does not match。
网上找了许多相关内容,还有人说需要安拆的rpm包是kernel-devel,颠末测试,安拆kernel-devel-2。6。18-8。el5。i686。rpm包后照旧无法主动找到the directory of C header files,假设手动改目次为:/usr/src/kernels/2。
6。18-8。e15-i686/include,会呈现错误:
The directory of kernel headers (version 2。6。18-8。el5) does not match your running kernel (version 2。
6。18-8。el5xen)。 Even if the module were tocompile successfully, it would not load into the running kernel。
处理办法:
[root@localhost ~]# uname -r // 查看内核版本号
version 2。
6。18-8。el5xen //我所拆linux 内核版本
我是用CD镜像拆的系统,在第一张盘下找到kernel-xen-devel-2。6。18-8。el5。i686。rpm包停止安拆
[root@localhost ~]# rpm -ivh kernel-xen-devel-2。
6。18-8。el5。i686。rpm
安拆Vmwar Tools
抉择VM--install VMware Tools
[root@localhost ~]# mkdir /mnt/cdrom
[root@localhost ~]#mount /dev/cdrom /mnt/cdrom/
[root@localhost ~]# cd /mnt/cdrom/
[root@localhost cdrom]# ls 后有
VMwareTools-6。
5。0-118166。i386。rpm
VMwareTools-6。5。0-118166。tar。gz
在那选第二种安拆
[root@localhost cdrom]# cp VMwareTools-6。5。0-118166。tar。gz /tmp //拷贝到/tmp下
[root@localhost cdrom]# cd /tmp/
[root@localhost tmp]# tar zxvf VMwareTools-6。
5。0-118166。tar。gz //解包文件
[root@localhost tmp]# cd vmware-tools-distrib/
[root@localhost vmware-tools-distrib]# 。/vmware-install。
pl //安拆起头
一路回车,OK!
进进/etc/X11/,查看xorg。conf也主动设置装备摆设好了。
Reboot OK!。