ftvcs
April 13th, 2005, 03:26 PM
I got te same problem, but i found a solution:
as root i did:
apt-get install linux-headers-2.6.10-5-386
and then entered on the vmware installation:
/usr/src/linux-headers-2.6.10-5-386/include
I hope this helps some of you.
as root i did:
apt-get install linux-headers-2.6.10-5-386
and then entered on the vmware installation:
/usr/src/linux-headers-2.6.10-5-386/include
I hope this helps some of you.
corefile
April 16th, 2005, 08:08 PM
if you have the correct headers installed all you have to do is create a symlink for the missing /usr/src/linux
for instance for me
in the /usr/src directory I did:
ln -s linux-headers-2.6.10-5-k7/ linux
and every thing was fine after that.
for instance for me
in the /usr/src directory I did:
ln -s linux-headers-2.6.10-5-k7/ linux
and every thing was fine after that.
No comments:
Post a Comment