On 2018-01-10 at 11:39 +, Damien Goutte-Gattat wrote:
> On 01/10/2018 09:25 AM, Henry wrote:
> > There are five libraries required to build gnupg2: libgpg-error,
> > libgcrypt, libassuan, libksba and npth.
> >
> > Is there a preferred order in which they should be built?
>
> Libgpg-error shou
Hi,
I am using GPG 2.2.3
I have imported key successfully and did edit and trust
I used below command for encryption but I am getting below error
skipped: Unusable public key error
gpg --pinentry-mode loopback --sign --encrypt --armor -u x -o
E:\New\test.txt.gpg -r x --passphrase mypass
On 01/10/2018 09:25 AM, Henry wrote:
There are five libraries required to build gnupg2: libgpg-error,
libgcrypt, libassuan, libksba and npth.
Is there a preferred order in which they should be built?
Libgpg-error should be built first as it is required by all other
libraries except npth.
Ap
There are five libraries required to build gnupg2: libgpg-error,
libgcrypt, libassuan, libksba and npth.
Is there a preferred order in which they should be built?
TIA
Henry
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mail
Trying to build libgcrypt from source, but it failed with:
"
In file included from t-lock.c:31:0:
/usr/local/include/pthread.h:285:42: error: conflicting types for ‘pthread_t’
typedef struct pthread_st *pthread_t;
^
In file included from /usr