bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-anubis] This, I think, is strang


From: Bob Kromonos Achten
Subject: Re: [bug-anubis] This, I think, is strang
Date: Wed, 22 Jun 2011 13:50:09 +0200

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:address@hidden 
Gesendet: Mittwoch, 22. Juni 2011 13:32
An: Bob Kromonos Achten
Cc: address@hidden
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

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]