Re: Compiling GPG on Solaris 10

2017-03-23 Thread Terry Stewart
Hi Werner I found the problem, which was an old version of libgcrypt-config in /usr/bin - you were correct, looking in the log file carefully referenced this. I was installing into /usr/local/bin but /usr/bin was before that in my PATH All working and compiled now Regard On 23/03/17 16:3

Re: Compiling GPG on Solaris 10

2017-03-23 Thread Werner Koch
On Wed, 22 Mar 2017 14:32, terry.stew...@mrc-bsu.cam.ac.uk said: Hi, The quoted part of the log is unfortunately not what I am looking for. Please check the log for lines similar to this: configure: checking for libraries checking for gpg-error-config... /usr/local/bin/gpg-error-config chec

Re: Compiling GPG on Solaris 10

2017-03-22 Thread Terry Stewart
Thanks for the help everyone Looking on my system I found an old version of libgcrypt-config in /usr/bin. I was installing into /usr/local/bin but /usr/bin was before that in my PATH All working and compiled now Regards Terry On 22/03/17 07:33, Werner Koch wrote: On Wed, 22 Mar 2017 00:

Re: Compiling GPG on Solaris 10

2017-03-22 Thread Terry Stewart
Hi Werner Thanks for replying. I compiled libgcrypt from source (from https://www.gnupg.org/download/index.html) as well as the other dependencies All these dependencies installed without error using ./configure gmake gmake check gmake install >> /usr/local/bin/libgcrypt-config --version 1.7

Re: Compiling GPG on Solaris 10

2017-03-22 Thread Terry Stewart
Hi Andy I didn't have, but I've just installed it now. 13:07:>> automake --version automake (GNU automake) 1.15 However no luck, still failing with the same error checking for deflateInit2_ in -lz... yes checking for bzlib.h... yes checking for BZ2_bzCompressInit in -lbz2... yes checking wheth

Re: Compiling GPG on Solaris 10

2017-03-22 Thread Werner Koch
On Wed, 22 Mar 2017 00:10, terry.stew...@mrc-bsu.cam.ac.uk said: > *** You need libgcrypt to build this program. > ** This library is for example available at > *** ftp://ftp.gnupg.org/gcrypt/libgcrypt/ > *** (at least version 1.5.0 using API 1 is required.) Did you install the development packa

Re: Compiling GPG on Solaris 10

2017-03-21 Thread Andreas Hörmandinger
sorry, configureac isn't supposed to be a link. but here would be a link to it https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=configure.ac;h=0041bec526c69baff880d4964f6b4260d8c11318;hb=refs/heads/STABLE-BRANCH-2-0 2017-03-22 3:08 GMT+01:00 Andreas Hörmandinger : > Hi, > > do you ha

Re: Compiling GPG on Solaris 10

2017-03-21 Thread Andreas Hörmandinger
Hi, do you have automake too? If you take a quick look at *configure.ac * of gpg 2.0, you will notice that it checks the presence of libgcrypt via the automake macro *AM_PATH_LIBGCRYPT.* hth, Andy 2017-03-22 0:10 GMT+01:00 terry : > Hi > I'm having problems compiling GPG on

Compiling GPG on Solaris 10

2017-03-21 Thread terry
Hi I'm having problems compiling GPG on a Solaris 10 server using gcc v.3.4.3 and gmake v.3.80 I've successfully compiled and installed the dependencies Libgpg-error (v 1.27) Libgcrypt(v 1.7.6) Libksba (v 1.3.5) Libassuan(v 2.4.3) nPth (v 1.3) as below