Yes, it stops, when that error comes
I think, it had something to do with the Cryptographic options, because it is doing it with everything in the Cryptographic options, I compile as modules
Can the reason be, that I get this error:
Quote:
|
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.17.13; fi
|
When I run:
Quote:
cd /usr/src/linux-2.6.17.13
sudo make modules_install
|