New here so be kind pls.
Getting this error when trying to install Mongo 5 on Ubuntu release 20.04 LTS 64.
mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: core-dump) since Fri 2023-02-17 22:23:04 EST; 31s ago
Docs: https://docs.mongodb.org/manual
Process: 7221 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=dumped, signal=ILL)
Main PID: 7221 (code=dumped, signal=ILL)
Tried to uninstall and reinstall.
Output from log:
kernel: [ 3782.753092] traps: mongod[7221] trap invalid opcode ip:555b528a19da sp:7ffca788f9b0 error:0 in mongod[555b4e821000+51e5000]
Feb 17 22:23:04 MobileMoe13 systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
Feb 17 22:23:04 MobileMoe13 systemd[1]: mongod.service: Failed with result ‘core-dump’.
Feb 17 22:25:57 MobileMoe13 PackageKit: daemon quit
Thanks in advanced.