compiling problems gpg 1.0.7

Leigh S. Jones kr6x@kr6x.com
Thu Jun 13 06:44:01 2002


I've got a couple of comments; it doesn't look to me as if the
responses on the list have gotten to the heart of the matter.
Bear with me, I could be wrong in my interpretation of the
results...

First, most of the problems I see in the output from the
install script seem to be related to the absence of certain
entropy devices -- a.k.a. random number generators.
The tiger issue is a minor one, just a little used hash algo.
I think I'd interpret this as an install failure caused by the
failure of the tiger install portion of the script, though.

You'll probably find a completed, compiled gpg program
sitting in the "g10" directory.  If gpg manages to
connect to some usable random number generator then
you could probably begin to use it simply by moving the
g10/gpg file to the right directory.  If it can't find any
random number generator then you'll probably want
to fix the build.

I'd suggest going back first and attempting the ./configure
with a few command line options to correct the problem,
except for one thing.

There are pre-compiled implementations of gpg 1.0.7 out
there on the internet somewhere -- all set for Solaris 8,
for Sparc, Ultra Sparc, ix86, etc.  Complete with
real good entropy.  It might be more satisfying to get them.
I found them using google.com.  I bet you could, too.

And, some of the guys who compiled/built these
implementations described on their web sites what the
options for "./configure" were that they used.
Maybe some of those guys are on this list...

----- Original Message -----
From: "mike salehi" <msalehi@rochester.rr.com>
To: <gnupg-users@gnupg.org>
Sent: Tuesday, June 11, 2002 7:11 PM
Subject: compiling problems gpg 1.0.7


>
> Greetings,
>
> I am trying to compile gpg 1.0.7 on Solaris 8 using gcc and all
binutils
> and gnu make. I get some
> warnings during the make, but it seems they are ok, gpg is produced
and it
> passes the check, but install
> fails. Since I do not know where the answer will go will you respond
to
> msalehi@rochester.rr.com
> Here is my errors:
>
> make[1]: Leaving directory `/export/home/l472142/gnupg-1.0.7/intl'
> Making install in zlib
> make[1]: Entering directory `/export/home/l472142/gnupg-1.0.7/zlib'
> make[2]: Entering directory `/export/home/l472142/gnupg-1.0.7/zlib'
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> make[2]: Leaving directory `/export/home/l472142/gnupg-1.0.7/zlib'
> make[1]: Leaving directory `/export/home/l472142/gnupg-1.0.7/zlib'
> Making install in util
> make[1]: Entering directory `/export/home/l472142/gnupg-1.0.7/util'
> make[2]: Entering directory `/export/home/l472142/gnupg-1.0.7/util'
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> make[2]: Leaving directory `/export/home/l472142/gnupg-1.0.7/util'
> make[1]: Leaving directory `/export/home/l472142/gnupg-1.0.7/util'
> Making install in mpi
> make[1]: Entering directory `/export/home/l472142/gnupg-1.0.7/mpi'
> make[2]: Entering directory `/export/home/l472142/gnupg-1.0.7/mpi'
> make[2]: Nothing to be done for `install-exec-am'.
> make[2]: Nothing to be done for `install-data-am'.
> make[2]: Leaving directory `/export/home/l472142/gnupg-1.0.7/mpi'
> make[1]: Leaving directory `/export/home/l472142/gnupg-1.0.7/mpi'
> Making install in cipher
> make[1]: Entering directory
`/export/home/l472142/gnupg-1.0.7/cipher'
> make[2]: Entering directory
`/export/home/l472142/gnupg-1.0.7/cipher'
> /bin/sh ../scripts/mkinstalldirs /usr/local/lib/gnupg
>   /bin/install -c rndlinux /usr/local/lib/gnupg/rndlinux
> cp: cannot access /usr/local/lib/gnupg/rndlinux
> install: cp /usr/local/lib/gnupg/rndlinux rndlinux/rndlinux failed
>   /bin/install -c rndegd /usr/local/lib/gnupg/rndegd
> cp: cannot access /usr/local/lib/gnupg/rndegd
> install: cp /usr/local/lib/gnupg/rndegd rndegd/rndegd failed
>   /bin/install -c tiger /usr/local/lib/gnupg/tiger
> cp: /usr/local/lib/gnupg/tiger: is a directory
> install: cp /usr/local/lib/gnupg/tiger tiger/tiger failed
> make[2]: *** [install-pkglibPROGRAMS] Error 2
> make[2]: Leaving directory `/export/home/l472142/gnupg-1.0.7/cipher'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/export/home/l472142/gnupg-1.0.7/cipher'
> make: *** [install-recursive] Error 1
> Mike Salehi
>
>
> _______________________________________________
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users