You are not logged in.
Pages: 1
When i try to compile truecrypt... i get :
Command: sh build.sh
Checking build requirements...
Building kernel module... *** Warning: "dm_get_device" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
*** Warning: "dm_table_get_mode" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
*** Warning: "dm_register_target" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
*** Warning: "dm_unregister_target" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
*** Warning: "dm_put_device" [/root/Desktop/truecrypt-4.1-source-code/Linux/Kernel/truecrypt.ko] undefined!
Done.
Building truecrypt...
when i try :sh install.sh, i get :
sh install.sh
Checking installation requirements...
/dev/mapper/control not found - create? [Y/n]: y
Error: TrueCrypt requires device mapper tools (dmsetup) 1.00.08 or later.
Yes i installed cryptsetup 1.0.1-2
Need help
Offline
I think i found the problem...
the device mapper was disabled in the kernel...
Try to recompile
Offline
Problem SOLVED !!! (See post below)
Offline
Pages: 1