wido a écritBonjour,
sous arch je n'arrive pas à compiler gostcrypt vous avez des info?
In file included from Keyfile.cpp:11:0:
/home/wido/Desktop/gostcrypt/src/GostCrypt_Linux_1.0/Common/SecurityToken.h:44:21: [b]erreur fatale: pkcs11.h[/b] : Aucun fichier ou dossier de ce type
# include <pkcs11.h>
^
compilation terminée.
/home/wido/Desktop/gostcrypt/src/GostCrypt_Linux_1.0/Build/Include/Makefile.inc:12: recipe for target 'Keyfile.o' failed
make[1]: *** [Keyfile.o] Error 1
Makefile:260: recipe for target 'all' failed
make: *** [all] Error 2
==> ERREUR : Une erreur s’est produite dans build().
Abandon...
Salut Wido !
Dans le message d' erreur il est dit qu'il ne trouve pas le fichier
pkcs11.h.
Tu trouves ce fichier dans
un certain nombre de paquets (exemple).
Trois paquets sont susceptibles d'être installés :
libgck-1-dev (GLib wrapper library for PKCS)
libgnutls-dev (GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them)
libopencryptoki-dev (openCryptoki is a PKCS#11 implementation for Linux. It includes drivers and libraries to enable IBM cryptographic hardware as well as a software token for testing.)
Lequel faut-il installer ?
Installe en un et recompile. Si ça ne fonctionne pas tu essaies avec un autre paquet.