LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-13-2009, 09:35 AM   #1
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Rep: Reputation: 33
True crypt installation Help


Hi!! once again..

i have download the source code of truecrypt 6.1a and wxWidgets 2.8.9 .
I extract them and then i run :

make WX_ROOT=/home/g0d/Desktop/wxGTK-2.8.9 wxbuild
as the readme says.. it returns :
Code:
Configuring wxWidgets library...
Building wxWidgets library...
/home/g0d/Desktop/wxGTK-2.8.9/src/gtk/gsockgtk.cpp:134: warning: ‘wxDummyGsockVar’ defined but not used
bash-3.1#
after this i run :

make
and give this back to me:

Code:
Compiling Keyfile.cpp
In file included from Keyfile.cpp:10:
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:43:21: warning: pkcs11.h: No such file or directory
In file included from Keyfile.cpp:10:
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:56: error: ‘CK_SLOT_ID’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:57: error: ‘CK_FLAGS’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:77: error: ‘CK_OBJECT_HANDLE’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:80: error: ‘CK_SLOT_ID’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:86: error: expected `)' before ‘errorCode’
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:92: error: expected `)' before ‘errorCode’
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:106: error: ‘CK_RV’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:109: error: ‘CK_RV’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:160: error: ‘CK_SESSION_HANDLE’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:181: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:183: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:186: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:194: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_OBJECT_HANDLE’ was not declared in this scope
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 1 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 2 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_OBJECT_HANDLE’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: ‘CK_SLOT_ID’ was not declared in this scope
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 1 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 2 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:198: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:199: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:200: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:205: error: ‘CK_FUNCTION_LIST_PTR’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: ‘CK_SLOT_ID’ was not declared in this scope
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 1 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 3 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 4 is invalid
make[1]: *** [Keyfile.o] Error 1
make: *** [all] Error 2
I use slackware 12.1
Thanx in advance!!
 
Old 01-13-2009, 09:41 AM   #2
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
its maybe because they add the RSA Security Inc. PKCS #11 Cryptographic Token Interface in it...but i don't know what to download from this ftp ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/ and how to install it..All these are .h files where to put them?
 
Old 01-13-2009, 10:04 AM   #3
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Ok problem solved .. I ll write a tutorial in a while on how i do it..
 
Old 02-20-2009, 10:11 AM   #4
livgrindei
LQ Newbie
 
Registered: Feb 2009
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by netpumber View Post
Ok problem solved .. I ll write a tutorial in a while on how i do it..
May I have that tutorial, please. I try to compile for CentOS 5.7 and I received the same error.

Thank you
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No Crypt AMMullan Linux - Software 4 08-08-2007 04:48 AM
no crypt mson Slackware 7 04-27-2007 05:44 AM
nopcmcia=true Is Ignored on Installation boot SK_pt SUSE / openSUSE 3 09-16-2005 04:18 PM
dm-crypt rino.caldelli Linux - Software 1 07-28-2005 10:06 PM
dm-crypt rino.caldelli Linux - Security 1 07-28-2005 01:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration