| STOP AND READ if you are about ready to give up on core 5 and vmware 5 Quote: |
Originally Posted by SimonTheMime Code: What is the location of the directory of C header files that match your running
kernel?
What is it on Mandrake? Code: The path "/usr/src/linux/include" is not an existing directory.
/usr/src/linux/include doesn't work. Help me out.
Thanks in advance,
Simon | I made the mistake to upgrade from core 3 to core 5 and I too spent hours hours messing about with kernel-2.6.15-1.2054_FC5, kernel-2.6.16-1.2111_FC5, kernel-smp-2.6.16-1.2111_FC5 and etkernel-devel-2.6.16-1.2111_FC5 etc because I was thinking down the line that the C header files must be missing or for the wrong kernel, It resolved to be a more simple problem of how the VMware script looks for the header files, so the following is the easy steps I have taken to resolve my problem.
1) check your running kernel by typing "uname -r"
[root@alexs ~]# uname -r
2.6.16-1.2111_FC5smp
[root@alexs ~]#
2) check that you have the devel version of your kernel (you can see below that I had some kernel fun) as you can see in step 1 I am running 2.6.16-1.2111_FC5smp so I have kernel-smp-2.6.16-1.2111_FC5 and kernel-smp-devel-2.6.16-1.2111_FC5 installed.
You do not need this kernel you can use the one you have just make sure you have the headers and the easy way to find the headers is to use the devel kernel.
[root@alexs ~]# rpm -qa | grep kernel
kernel-smp-2.6.16-1.2111_FC5
kernel-smp-devel-2.6.15-1.2054_FC5
kernel-smp-2.6.15-1.2054_FC5
kernel-smp-devel-2.6.16-1.2111_FC5
[root@alexs ~]#
3) This is the step I wish I had know about 3 hours ago, visit my dev server and download vmware-any-any-update101.tar.gz ( http://inoc-dev.viatel.net/vmware-an...date101.tar.gz)
4) As root "su -" unzip the file "gunzip vmware-any-any-update101.tar.gz" then un-tar the file "tar -xvf vmware-any-any-update101.tar" and then "cd vmware-any-any-update101" and run the script "./runme.pl"
Hope this helps
Alex |