Ok main part of vmware tools installs without problems.
But because this isnt a know OS to them. the dont have any prebuild modules.
1st problem ( no gcc )
sollution: yum install gcc binutils make
2nd problem ( headers )
sollution: like previous in thread. download and installed headers of tim. ( using his kerenel )
3rd problem ( language )
sollution: Put your language on english or the script dusnt recognise the gcc version
4rd problem ( header fille directory )
This is the problem im at now. Below the code and error
| Code: |
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /lib/modules/2.6.31.5-127.timb4.i686/
The path "/lib/modules/2.6.31.5-127.timb4.i686" is an existing directory, but
it does not contain a "linux" subdirectory as expected.
|
Now is there a difference with the headers for red hat based OSes then normal debian ones ?