gnupg on Ultrix

Georg Schwarz georg.schwarz at iname.com
Sun Mar 18 15:13:01 CET 2001


I'm currently compiling GnuPG 1.0.4 on Ultrix (4.3a). I'm using gcc, gnu
make etc.
config options are --prefix=/usr/local --disable-nls
--sysconfdir=/etc/gpg

The following changes turned out to be necessary:

in tools/shmtest.c #include <sys/types.h> must be added before #include
<sys/ipc.h>

in g10/status.c #include <sys/types.h> must be added before #include
<sys/ipc.h>


it now seems to compile, but upon checking I get:

gmake[2]: Entering directory `/var/tmp/gnupg-1.0.4/checks'
../g10/gpg --no-options --quiet --yes --dearmor -o ./pubring.gpg
./pubring.asc
gpg: can't open /dev/zero: No such file or directory
gpg: can't mmap pool of 16384 bytes: No such file or directory - using
malloc
gpg: Please note that you don't have secure memory on this system
gmake[2]: *** [pubring.gpg] Error 2


any ideas how to fix that problem?

-- 
Georg Schwarz    http://home.pages.de/~schwarz/
 georg.schwarz at iname.com     +49 177 2437545



More information about the Gnupg-devel mailing list