Ich versuche zuluCrypt zu kompilieren, aber es funktioniert leider nicht.
Anscheinend wird dabei pwquality und tcplay nicht gefunden, obwohl beides installiert ist.
cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_BUILD_TYPE=RELEASE
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for module 'libsecret-1'
-- found libsecret-1, version 0.16
-- checking for module 'libcryptsetup'
-- found libcryptsetup, version 1.6.2
-- checking for module 'blkid'
-- found blkid, version 2.23.0
-- checking for module 'pwquality'
-- package 'pwquality' not found
-- checking for module 'tcplay'
-- package 'tcplay' not found
-- found gcrypt header file: /usr/include/gcrypt.h
-- found gcrypt library: /usr/lib64/libgcrypt.so
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found version "4.8.5")
--
--------------------------------------------------------------------------
-- kwallet support NOT found,will not build kwallet functionality
-- -----------------------------------------------------------------------
--
--------------------------------------------------------------------------
-- libsecret support found,will build libsecret functionality
-- -----------------------------------------------------------------------
-- found gcrypt header file: /usr/include/gcrypt.h
-- Found Qt4: /usr/bin/qmake (found version "4.8.5")
-- ---------------------------------------------------------------------------
-- optional functionality that will be build
-- GUI front ends,zuluCrypt-gui and zuluMount-gui
-- version of tcplay is less than 2.0.0,support for management of truecrypt header backup will be disabled
-- version of cryptsetup is atleast 1.6.0,support for opening of truecrypt compatible containers is enabled
-- ---------------------------------------------------------------------------
-- ---------------------------------------------------------------------------
-- optional functionality that will NOT be build
-- pwquality library used to measure passphrase strength
-- sources can be found at: https://fedorahosted.org/libpwquality/
-- udev support
-- tcplay package not found or found version is too old(found version is less than 1.0.0).
-- You wont be able to create truecrypt compatible encrypted containers
-- tcplay project is hosted at: https://github.com/bwalex/tc-play
-- ---------------------------------------------------------------------------
--
-- udev will NOT be consulted when deciding if a volume is system or not.
-- please read "udev_support" file for more information about udev support and how to enable it.
-- It is probably a good idea to enable it if you are creating a package for distribution.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/Sillon/Downloads/zuluCrypt-4.7.2