Problem with gpgme-smime.so in KMail
Bernd Rilling <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gpa.devel |
|---|---|
| Organization | Forschungsgesellschaft fuer Strahlwerkzeuge |
| Message-ID | <[email protected]> |
Hi, when I configure KMail to use the S/MIME-Plugin I get the following error when KMail starts: Bibliothek: /usr/local/lib/cryptplug/gpgme-smime.so Version: 0.3.16 Das Modul ist veraltet oder nicht richtig installiert. Following packages are installed: cryptplug 0.3.16 dirmngr 0.5.1 gnupg 1.9.4 gpgme 0.3.16 libassuan 0.6.3 libgcrypt 1.1.91 libgpg-error 0.6 libksba 0.9.3 pinentry 0.7.0 Debian 3.0 unstable KMail 3.1.5 Any hints? BTW: Attached a diff for pinentry-0.7.0 to compile on my system. Bye, Bernd _______________________________________________ Gpa-dev mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gpa-dev
main.cpp.diff
(text/x-diff, 264 B)
--- main.cpp 2004-02-10 12:43:57.000000000 +0100 +++ main.cpp.org 2003-12-22 19:45:34.000000000 +0100 @@ -33,7 +33,7 @@ #include "pinentrydialog.h" -#include "pinentry/pinentry.h" +#include <pinentry.h> #ifdef FALLBACK_CURSES #include <pinentry-curses.h>