Link to home
Start Free TrialLog in
Avatar of epifanio67
epifanio67

asked on

what is the location of the directory of C header files that match your running kernel?

Hello Experts,

I am getting this questions while installing vmware-tools. The default location [/usr/src/linux/include] is not working...

How do I find out what is the location of the directory of C header files that match your running kernel?

thx
Avatar of medvedd
medvedd

It shoud be in

/usr/src/kernels/`uname -r`-`uname -p`/include
Avatar of epifanio67

ASKER

thx u medvedd...

I see the directory but it is blank... is it supposed to be like that?

shouldn't the C headers be there?
ASKER CERTIFIED SOLUTION
Avatar of medvedd
medvedd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yeap that was it.... thx so much