Yes ... this works perfect :) # anubis --show-config-options GSASL GUILE GNUTLS GPG SOCKS NLS
# anubis --version anubis (GNU Anubis 4.1.92) Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2008 The Anubis Team. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Big thx for help :) -----Ursprüngliche Nachricht----- Von: Sergey Poznyakoff [mailto:[email protected]] Gesendet: Mittwoch, 22. Juni 2011 13:32 An: Bob Kromonos Achten Cc: [email protected] Betreff: AW: [bug-anubis] This, I think, is strang > Ok, I compiled anubis with: > CPPFLAGS="-I/usr/include/gpgme" ./configure --prefix=/usr > --with-gnutls --with-socks-proxy --with-guile > --includedir=/usr/include It is better to do so: ./configure CPPFLAGS="-I/usr/include/gpgme" --prefix=/usr \ --with-gnutls --with-socks-proxy --with-guile \ --includedir=/usr/include It is very important to give any makefile variable assignments as arguments to configure, instead of setting them as envars before invoking it. > /usr/include/gpgme/gpgme.h:89:2: error: #error GPGME was compiled > with _FILE_OFFSET_BITS = 64, please see the section "Largefile support > (LFS)" in the GPGME manual. Try configuring it as follows: ./configure CPPFLAGS="-I/usr/include/gpgme -D_FILE_OFFSET_BITS=64" \ --prefix=/usr \ --with-gnutls --with-socks-proxy --with-guile \ --includedir=/usr/include Let me know if it works for you. Regards, Sergey
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Bug-anubis mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-anubis
