Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Security and Privacy
FedoraForum Search

Forgot Password? Join Us!

Security and Privacy Sadly, malware, spyware, hackers and privacy threats abound in today's world. Let's be paranoid and secure our penguins, and slam the doors on privacy exploits.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd September 2009, 12:44 PM
dhjdhjdhj Offline
Registered User
 
Join Date: Dec 2005
Posts: 28
macosfirefox
Still having trouble building TrueCrypt

I thought I'd try again under Fedora 11 to build TrueCrypt (I've never successfully gotten this built) and am still running into issues.

I'm getting the following errors in the middle of the build:

1) Warning: No config found to match: /usr/local/bin/wx-config --unicode --cxxflags
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.


Then a little later,
Precompiling SystemPrecompiled.h
SystemPrecompiled.h:9:19: warning: wx/wx.h: No such file or directory
SystemPrecompiled.h:10:25: warning: wx/filename.h: No such file or directory
SystemPrecompiled.h:11:24: warning: wx/mstream.h: No such file or directory
SystemPrecompiled.h:12:25: warning: wx/snglinst.h: No such file or directory
SystemPrecompiled.h:13:24: warning: wx/txtstrm.h: No such file or directory
.... etc, etc,


I tried removing the --unicode argument in the Makefile but then I just got a bunch of compilation errors where an operator= member function couldn't be found.


Suggestions would be gratefully appreciated.

David
Reply With Quote
  #2  
Old 23rd September 2009, 12:52 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Why are you trying to build it ? , I have packaged Truecrypt for rpmfusion.


http://rpmfusion.org/Package/realcrypt
Reply With Quote
  #3  
Old 23rd September 2009, 01:01 PM
dhjdhjdhj Offline
Registered User
 
Join Date: Dec 2005
Posts: 28
macosfirefox
Well, three reasons:

1) I couldn't find a prebuilt package (I had tried yum install truecrypt )
2) I figured that given this is a security tool, I was safer getting it directly from the source
3) I thought I might learn something (other than how to be frustrated) by trying to build it myself

Not sure how I was supposed to discover 'realcrypt' (though I certainly appreciate your having made such a thing)
Reply With Quote
  #4  
Old 23rd September 2009, 01:16 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Quote:
Originally Posted by dhjdhjdhj View Post
Well, three reasons:

1) I couldn't find a prebuilt package (I had tried yum install truecrypt )
2) I figured that given this is a security tool, I was safer getting it directly from the source
3) I thought I might learn something (other than how to be frustrated) by trying to build it myself

Not sure how I was supposed to discover 'realcrypt' (though I certainly appreciate your having made such a thing)
Quote:
Not sure how I was supposed to discover 'realcrypt' (though I certainly appreciate your having made such a thing
Code:
yum search truecrypt
and the results would have given

Code:
============================== Matched: truecrypt ==============================
pam_mount.i586 : A PAM module that can mount volumes for a user session
pam_mount.x86_64 : A PAM module that can mount volumes for a user session
realcrypt.x86_64 : Cross platform disk encryption software
Quote:
2) I figured that given this is a security tool, I was safer getting it directly from the source
If you feel safer ( the srpm and spec file are here for inspection )

http://leigh123linux.fedorapeople.or...w/realcrypt/6/


Quote:
3) I thought I might learn something (other than how to be frustrated) by trying to build it myself
Try
Code:
yum install fuse-devel, wxGTK-devel
Then copy these files to the Truecrypt source directory

ftp://ftp.rsasecurity.com/pub/pkcs/p...v2-20/pkcs11.h
ftp://ftp.rsasecurity.com/pub/pkcs/p...2-20/pkcs11f.h
ftp://ftp.rsasecurity.com/pub/pkcs/p...2-20/pkcs11t.h

Then try again


.
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #5  
Old 23rd September 2009, 01:19 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Quote:
Originally Posted by dhjdhjdhj View Post
BTW. when I try to do
yum install realcrypt

I get the error that no package realcrypt is available.

No idea what repo I'm supposed to add (or how to add a repo) to make this work.

Try

http://rpmfusion.org/Configuration/

Code:
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #6  
Old 23rd September 2009, 01:22 PM
dhjdhjdhj Offline
Registered User
 
Join Date: Dec 2005
Posts: 28
macosfirefox
I did not know about the
yum search
option, thank you for that, no doubt it will be very useful in the future.

As for the
yum install fuse-devel, wxGTK-devel

I had done that. I was following the directions I found at http://penguinenclave.blogspot.com/2...or-fedora.html
Reply With Quote
  #7  
Old 23rd September 2009, 01:24 PM
dhjdhjdhj Offline
Registered User
 
Join Date: Dec 2005
Posts: 28
macosfirefox
Thanks --- I had found that info AFTER my original post and so deleted the post (grin)

Again, appreciate your response --- I'm going to give it a shot right now.
Reply With Quote
  #8  
Old 23rd September 2009, 01:34 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
You can skip these steps if you use the 3 PKCS11 headers files I linked.


Quote:
You might also need the following packages if you haven't installed them already.
sudo yum install gnome-keyring-devel gcc-c++
4. Export the Cryptoki include folder
export PKCS11_INC=/usr/include/gp11
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #9  
Old 23rd September 2009, 04:04 PM
dhjdhjdhj Offline
Registered User
 
Join Date: Dec 2005
Posts: 28
macosfirefox
FYI -- tried the yum search option, didn't give me anything useful ---


gateway:/home/dhj # yum search truecrypt
Loaded plugins: allowdowngrade, dellsysidplugin2, priorities, refresh-packagekit
================================================== Matched: truecrypt ==================================================
pam_mount.i586 : A PAM module that can mount volumes for a user session
pam_mount.x86_64 : A PAM module that can mount volumes for a user session
gateway:/home/dhj #
Reply With Quote
  #10  
Old 23rd September 2009, 04:07 PM
dhjdhjdhj Offline
Registered User
 
Join Date: Dec 2005
Posts: 28
macosfirefox
So after I added rpmfusion, yum search did in fact give me the realcrypt option.

There's clearly a catch-22 situation here --- in order to get useful info, one already has to have other useful info.
Reply With Quote
  #11  
Old 23rd September 2009, 06:37 PM
dhjdhjdhj Offline
Registered User
 
Join Date: Dec 2005
Posts: 28
macosfirefox
Well, after installing the repositories, it looks like realcrypt got installed perfectly --- haven't experimented with it yet but looking forward to it.

Many thanks for the kickstart.

D
Reply With Quote
Reply

Tags
building, trouble, truecrypt

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Truecrypt on F11 Underdonk Using Fedora 3 30th June 2009 08:13 PM
Having trouble building KGtk SpectrumDT Using Fedora 4 27th June 2009 06:18 PM
Problem building Truecrypt 6 on Fedora 8: std::wstring Sagari Using Fedora 5 20th September 2008 03:40 PM
truecrypt: Failed to load TrueCrypt kernel module | 2.6.20-1.2933.fc6 kaoz Using Fedora 7 11th February 2008 11:56 PM
Trouble building module for rt2500 on FC4 chmims Servers & Networking 2 10th October 2005 04:20 PM


Current GMT-time: 19:40 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat