Stennie_X
(Stennie)
4
Hi @davip,
Thank you for providing detailed CPU information. Unfortunately your Pentium G2020T processor does not meet the microarchitecture requirements for MongoDB 5.0 binary packages. In particular it is missing AVX (Advanced Vector Extensions) which typically are not available in Pentium or Celeron CPUs.
Your options to run MongoDB on this hardware are:
-
Install the MongoDB 4.4 binary packages (which do not use the same compiler optimisations)
-
Build MongoDB from Source with an older gcc microarchitecture target, eg:
CCFLAGS=-march=nehalem
Regards,
Stennie
1 Like