Forums

×

Warning

JUser: :_load: Unable to load user with ID: 26840
Joe1
Joe1
Offline
Resolved
0 votes
I am trying to install Truecrypt 7.1A on Clearos 6.5.

The installation of truecrypt-7.1a-setup-console-x64 ran ok.

When I try to run Truecrypt then I get the errors:truecrypt -h

truecrypt: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory.

rpm -ihv fuse-libs-2.8.3-4.el6.i686.rpm fuse-libs-2.8.3-4.el6.x86_64.rpm
gives:

warning: fuse-libs-2.8.3-4.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
error: Failed dependencies:
libc.so.6 is needed by fuse-libs-2.8.3-4.el6.i686
libc.so.6(GLIBC_2.0) is needed by fuse-libs-2.8.3-4.el6.i686
libc.so.6(GLIBC_2.1) is needed by fuse-libs-2.8.3-4.el6.i686
libc.so.6(GLIBC_2.1.3) is needed by fuse-libs-2.8.3-4.el6.i686
libc.so.6(GLIBC_2.2) is needed by fuse-libs-2.8.3-4.el6.i686
libc.so.6(GLIBC_2.3.4) is needed by fuse-libs-2.8.3-4.el6.i686
libc.so.6(GLIBC_2.4) is needed by fuse-libs-2.8.3-4.el6.i686
libc.so.6(GLIBC_2.7) is needed by fuse-libs-2.8.3-4.el6.i686
libdl.so.2 is needed by fuse-libs-2.8.3-4.el6.i686
libdl.so.2(GLIBC_2.0) is needed by fuse-libs-2.8.3-4.el6.i686
libdl.so.2(GLIBC_2.1) is needed by fuse-libs-2.8.3-4.el6.i686
libpthread.so.0 is needed by fuse-libs-2.8.3-4.el6.i686
libpthread.so.0(GLIBC_2.0) is needed by fuse-libs-2.8.3-4.el6.i686
libpthread.so.0(GLIBC_2.1) is needed by fuse-libs-2.8.3-4.el6.i686
libpthread.so.0(GLIBC_2.2) is needed by fuse-libs-2.8.3-4.el6.i686
libpthread.so.0(GLIBC_2.3.2) is needed by fuse-libs-2.8.3-4.el6.i686
librt.so.1 is needed by fuse-libs-2.8.3-4.el6.i686
librt.so.1(GLIBC_2.2) is needed by fuse-libs-2.8.3-4.el6.i686

glibc was already installed from the Clearos repo.
Package glibc-2.12-1.132.el6_5.1.x86_64 already installed and latest version

I downloaded various rpms for Centos 6.5 but am getting stuck with all sorts of dependency errors.

The rpms I have downloaded are:

fuse-libs-2.8.3-4.el6.i686.rpm
fuse-libs-2.8.3-4.el6.x86_64.rpm
glibc-2.12-1.132.el6_5.2.i686.rpm
glibc-common-2.12-1.132.el6_5.2.i686.rpm
libattr-2.4.44-7.el6.i686.rpm
libattr-2.4.44-7.el6.x86_64.rpm
libcap-2.16-5.5.el6.i686.rpm
libcap-2.16-5.5.el6.x86_64.rpm
nss-softokn-freebl-3.14.3-9.el6.i686.rpm.1
nss-softokn-freebl-3.14.3-9.el6.i686.rpm

Any idea what repo I should get these files from and what versions I should use in order to get truecrypt to work?
Sunday, June 08 2014, 02:14 PM
Share this post:
Responses (4)
  • Accepted Answer

    Joe1
    Joe1
    Offline
    Sunday, June 08 2014, 06:35 PM - #Permalink
    Resolved
    0 votes
    Hi Theokrat,

    Yes, I read all the articles, but I think Truecrypt is still ok in most cases. I just want to protect against if my system is lost or stolen.

    I have switched from ClearOS 5.2 to Clearos 6.5 and I am looking into Truecrypt in case I am unable to get the built-in encryption going with Clearos 6.5.
    The reply is currently minimized Show
  • Accepted Answer

    Joe1
    Joe1
    Offline
    Sunday, June 08 2014, 06:32 PM - #Permalink
    Resolved
    0 votes
    Hi Nick,
    That worked.

    The version that I installed now runs ok, so I did not need to download the rpm that you mentioned.

    Truecrypt now runs.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 08 2014, 05:09 PM - #Permalink
    Resolved
    0 votes
    Joe1,

    You know that Truecrypt seems to have been compromised in some way? There have been quite a few articles the web about this recently.

    Even their homepage for downloads now says the following.

    WARNING: Using TrueCrypt is not secure as it may contain unfixed security issues

    This page exists only to help migrate existing data encrypted by TrueCrypt.

    The development of TrueCrypt was ended in 5/2014 after Microsoft terminated support of Windows XP. Windows 8/7/Vista and later offer integrated support for encrypted disks and virtual disk images. Such integrated support is also available on other platforms (click here for more information). You should migrate any data encrypted by TrueCrypt to encrypted disks or virtual disk images supported on your platform.

    http://truecrypt.sourceforge.net/
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, June 08 2014, 02:50 PM - #Permalink
    Resolved
    0 votes
    Why are you trying to install both i686 and x86_64 rpm's? You should only need one set or the other depending on your kernel ("uname -r").

    To install fuse-libs do a:
    yum install fuse-libs --enablerepo=clearos-core
    You can also get the trucrypt rpm from here among other places.
    The reply is currently minimized Show
Your Reply