This will let you find version.h:
Code:
cd /lib/modules/2.6.18-1.2868.fc6
rm build
ln -s ../../../usr/src/kernels/2.6.18-1.2868.fc6-i586/ build
And try again. The '/' was missing on the end of the symbolic link. Try 'ls -lL' before and after to see what gets fixed.
However, I'm stuck on the next step trying to get /usr/src/kernels/2.6.18-1.2868.fc6-i586/include/linux/config.h created! Typing
Code:
cd /usr/src/kernels/2.6.18-1.2868.fc6-i586
make dep
Says "*** Warning: make dep is unnecessary now." !!!