Page 1 of 1

Truecrypt?

Posted: 17 Aug 2015, 19:14
by Kira
How to download it and install it -truecrypt-? (by anyway possible and if no hope any substitutes?)
:wall:

Re: Truecrypt?

Posted: 17 Aug 2015, 23:11
by ncmprhnsbl
welcome to porteus :)
truecrypt is available for slackware,(porteus is stripped down slackware)
and there are several ways to get it...
whats the easiest way? i'm not sure.... its not something i use..
heres a prebuilt package:
http://packages.slackonly.com/pub/packa ... truecrypt/
some dependencies are shown here(which can be found in repo above)
http://slackbuilds.org/repository/14.1/ ... truecrypt/
wxPython, cryptoki
which in turn require python2 (and possibly something else)
which would best installed via USM (Porteus' package manager)
i realise this is not a complete or definative instruction, but its a start.. :wink:

Re: Truecrypt?

Posted: 18 Aug 2015, 00:08
by francois
Hum! I though that building from source with slackbuild usm:

Code: Select all

root@porteus:~# usm sbo -b truecrypt
would do it.

Output error:

Code: Select all

...
Compiling Hash.cpp
Compiling Keyfile.cpp
In file included from Keyfile.cpp:10:0:
/tmp/SBo/truecrypt-7.1a-source/Common/SecurityToken.h:43:21: fatal error: pkcs11.h: No such file or directory
 # include <pkcs11.h>
                     ^
compilation terminated.
make[1]: *** [Keyfile.o] Error 1
make: *** [all] Error 2

root@porteus:~# 
And the following proposition does not solve the problem:
http://ubuntuforums.org/showthread.php?t=1575196

Code: Select all

root@porteus:~# locate pkcs11.h
/usr/include/gck/pkcs11.h
/usr/include/gck-1/gck/pkcs11.h
/usr/include/gnutls/pkcs11.h
/usr/include/nss/pkcs11.h
/usr/include/p11-kit-1/p11-kit/pkcs11.h
root@porteus:~# export PKCS11_INC=/usr/include/p11-kit-1/p11-kit/pkcs11.h
root@porteus:~#

Re: Truecrypt?

Posted: 18 Aug 2015, 03:00
by brokenman
Headers were stripped. Best reinstall the full package of these from slackware.