Hi there!
I've been trying to install TrueCrypt. Since in the download site there is no version for my operating system (I am running Kubuntu 6.06 64-bit) I had to compile from source.
I followed the instructions found on the german Ubuntu site , meaning I previously installed the linux-source using Adept, unpacked the tarball, created a link to the kernel sources
Code:
alejandro@hal:/usr/src$ sudo ln -s linux-source-2.6.15 linux
and moved the unpacked TrueCrypt source to /usr/src/.
Then I typed this on the console:
Code:
alejandro@hal:/usr/src$ cd truecrypt-4.3-source-code/Linux/
alejandro@hal:/usr/src/truecrypt-4.3-source-code/Linux$ sudo ./build.sh
Password:
Checking build requirements...
Preparing kernel build system in /usr/src/linux-source-2.6.15... make[2]: *** [silentoldconfig] Error 1
make[1]: *** [silentoldconfig] Error 2
make: *** [include/linux/autoconf.h] Error 2
What do this errors mean and how can I solve this problem?
Thank you in advance for your answers!