Hi all,
I’m currently attempting to install a local MongoDB deployment with version 5.0, but am getting the following error when attempting to start the service:
“mongod.service: Main process exited, code=dumped, status=4/ILL”
Trying to just run “mongo” gives the error “Illegal instruction (core dumped)”.
I’ve attached a picture of the fuller status when I take a peek at the service after attempting to start it. Currently I’m attempting to install this on a 64-bit installation of Ubuntu 20.04 on a raspberry pi 4. I’m able to successfully install 4.4.6 without issue, but 5.0 gives me the following:
It looks like it’s trying to point me to status code 4 here:
However, trying to look around a bit more for this error code online doesn’t lead me to much. I get this error even when attempting a totally fresh install of 5.0 with no preexisting databases. I also have not changed the config file away from default.
Thanks very much in advance! And apologies if this is in the wrong section of the forum. This is my first time posting here and I’ve tried to put it in the section that I thought was most relevant to the question.