Медленно перехожу на никсы, уже винду форматнул.
Подскажите что надо сделать?: ------------------------------------------------------------- [root@localhost truecrypt-4.3a-source-code]# cd Linux/ [root@localhost Linux]# ls build.sh Cli Common install.sh Kernel [root@localhost Linux]# ./build.sh Checking build requirements... Error: Kernel source code is incomplete - /lib/modules/2.6.23.1-42.fc8/source/drivers/md/dm.h not found. [root@localhost Linux]# ------------------------------------------------------------- Readme.txt ...... - Source code of the Linux kernel, version 2.6.5 or compatible. The version of the kernel source code and its configuration must match the one under which you will be running TrueCrypt. Linux kernel sources are available at: http://kernel.org/pub/linux/kernel/
Note that Linux kernel headers, located in the 'include' directory, are not sufficient for compilation of the TrueCrypt kernel module. Fields of 'dm_dev' structure must be accessed by TrueCrypt but they are defined only in an internal kernel header 'drivers/md/dm.h'. No appropriate accessor function is available. The complete source code of the Linux kernel is required for compilation of the kernel module.
Also note that the Linux kernel lacks a stable external programming interface and, therefore, new kernel releases may break compatibility with external kernel modules. The TrueCrypt kernel module may fail to build, depending on the changes made to the Linux kernel by the kernel developers.
......