intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
288 stars 88 forks source link

error when installing on aws ec2 #113

Closed michaelsizonenko closed 1 year ago

michaelsizonenko commented 1 year ago

nasm version: 2.15.05

When running make or make install after a while an error occurs on the same file as in the screenshot, reproduced on pure ubuntu 22 and Debian 11 on EC2, any idea why this might not work? No specific settings on the servers, and not on EC2 servers everything works fine

image

pablodelara commented 1 year ago

How much memory is available in that system? There might be not enough.

tkanteck commented 1 year ago

We have seen this problem in the past when there was not enough RAM in the system. One of the build processes gets killed due to lack of memory - there should be a notification in dmesg

tkanteck commented 1 year ago

Hello @michaelsizonenko, did you manage to solve the problem? can we close this issue?

michaelsizonenko commented 1 year ago

Yes, we can close. I monitored the memory, and in cases where the compilation failed, I was almost out of memory. If there is enough memory, then all goes well.

Many thanks