MongoDB Server is Not starting

Hi, i installed meteorjs 3.0 rc4 on my Raspberry pi 4b linux 64Bit, nodejs 20.15. when i run a testapp i get the follow Message.
Unexpected mongo exit Code null restarting
Cant start mongo Server
WhatsApp can i do , please help
I am an beginner
BR
Steffen

This explains how to run MongoDB on your card. If you are still left with resources, you may consider to try an installation of Meteor in Ubuntu and connect it to your local MongoDB. Install & Configure MongoDB on the Raspberry Pi | MongoDB

Thank you so much, i will try it
Steffen

Hi unfortunatly I could not run meteor 3.x on my pi 3B 32GB.
I see the follow errors

steff@rasphome2:~$ meteor --version
node:internal/modules/cjs/loader:1454
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33’ not found (required by /home/steff/.meteor/packages/meteor-tool/.3.0.2.1ucetuu.onk4l++os.linux.aarch64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.aarch64/dev_bundle/lib/node_modules/sqlite3/lib/binding/napi-v3-linux-arm64/node_sqlite3.node)
at Object.Module._extensions…node (node:internal/modules/cjs/loader:1454:18)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module.Mp.load (/tools/static-assets/server/runtime.js:35:31)
at Function.Module._load (node:internal/modules/cjs/loader:1024:12)
at Module.require (node:internal/modules/cjs/loader:1233:19)
at Module.mod.require (/home/steff/.meteor/packages/meteor-tool/.3.0.2.1ucetuu.onk4l++os.linux.aarch64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.aarch64/dev_bundle/lib/node_modules/@meteorjs/reify/lib/runtime/index.js:30:33)
at require (node:internal/modules/helpers:179:18)
at Object. (/home/steff/.meteor/packages/meteor-tool/.3.0.2.1ucetuu.onk4l++os.linux.aarch64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.aarch64/dev_bundle/lib/node_modules/sqlite3/lib/sqlite3-binding.js:4:15)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module.Mp._compile (/tools/static-assets/server/runtime.js:78:21) {
code: ‘ERR_DLOPEN_FAILED’
}

Node.js v20.15.1

I did not find an step by step descrition (actual from 2024) how to install meteorjs on my raspberry pi 3B

I installed:
Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-1113-raspi aarch64)
Thank you all

Could some one help me?