Compiling & Installing Truecrypt on Fedora 10
Truecrypt is a powerful, multi-platform encryption tool. However, only OpenSuse and Ubuntu packages are available for download at the Truecrypt web site. Those with other distributions must compile it themselves. This tutorial covers compiling and installing Truecrypt on Fedora 10 and assumes starting from a base OS install.
In addition to the newly truecrypt executable, you will need to include three software packages in the installation package:
- Download the Truecrypt source code from http://www.truecrypt.org/downloads2 (Mac OS X / Linux tar.gz file).
- Copy the downloaded file to a folder of your choice and extract it: tar xzf truecrypt-file.tar.gz
- cd into the new source code directory
- Download the crypto header files by doing the following:
wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11.h
wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11f.h
wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11t.h - Make sure the necessary packages (and their dependencies) are installed:
yum install gcc-c++ fuse-devel wxGTK-devel - make
- If successful, the truecrypt executable should be in the Main folder. Move the executable to /usr/bin: mv Main/truecrypt /usr/bin (must be root)
In addition to the newly truecrypt executable, you will need to include three software packages in the installation package:
- SDL
- wxGTK
- wxBase
- /var/cache/yum/fedora/packages
- /var/cache/yum/updates/packages
- Copying the truecrypt executable to /usr/bin
- yum install SDL...rpm wxBase...rpm wxGTK...rpm
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home