Your Systems seems to have not enough virtual memory. It tells you:
Fatal: Insufficient virtual memory to continue compilation.
Solution:
Virtual memory = swap + RAM
If you have a disk or partition that does not host any data, you could
easily add this disk/partition to the swap space, thus increasing the amount
of virtual memory. You can do this by making a new swap entry into
/etc/fstab. I am afraid this will slow down your system's performance.
The other solution is to install additional memory modules.
See also the "vmstat" command and the "swapon" command.
Regards
Michael Poetsch
Compaq Frankfurt
eBusiness Management Services
E-Mail: [EMAIL PROTECTED]
-----Original Message-----
From: dohoff - Doug Hoffman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 7:50 PM
To: '[EMAIL PROTECTED]'
Subject: Error building on Compaq alpha with osf4.0f
I've run into a problem trying to compile openssl-0.9.6 on a Compaq Alpha
running OSF1 v4.0. The compiler is DEC C V5.9-008 on Digital UNIX V4.0 (Rev.
1229). The ./config correctly identifies the os and hardware arch but when I
do the make it blows out building SHA:
make[2]: Leaving directory `/u01/home/dohoff/src/openssl-0.9.6/crypto/md5'
making all in crypto/sha...
make[2]: Entering directory `/u01/home/dohoff/src/openssl-0.9.6/crypto/sha'
cc -I.. -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -DNO_ASM -std1 -tune host
-O4 -readonly_strings -c -o sha_dgst.o sha_dgst.c
Fatal: Insufficient virtual memory to continue compilation.
make[2]: *** [sha_dgst.o] Error 1
make[2]: Leaving directory `/u01/home/dohoff/src/openssl-0.9.6/crypto/sha'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/u01/home/dohoff/src/openssl-0.9.6/crypto'
make: *** [all] Error 1
I've tried this with no-asm and various levels of optimization on the
compiler. Has anyone else had a problem with this? Anyone have any
suggestions?
Regards,
Doug
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]