Hi,
in the last days i was installing VMware on one machine and the fglrx on an other. Both where complaining about the missing /usr/src/linux-headers-3.7-0.slh.3-aptosid-686/include/linux/version.h file. Kernel sources are installed, mhhh?
After searching the web i found the solution:
Code:
ln -s /usr/src/linux-headers-$(uname -r)/include/generated/uapi/linux/version.h /usr/src/linux-headers-$(ubame -r)/include/linux/version.h
Is this a bug in the scources package? |