themattman / mongodb-raspberrypi-binaries

Unofficial MongoDB Community Edition Binaries for Raspberry Pi
Other
108 stars 10 forks source link

GLIBCXX_3.4.29 and CXXABI_1.3.13' not found (required by ./mongod) #9

Closed tomasmark79 closed 5 months ago

tomasmark79 commented 5 months ago

Hello!

I'm trying to deploy latest version of your build but I was facing with a:

Describe the bug ./mongod --dbpath /data/db/test_db --fork --logpath /data/db/test_db/mongod.log --port 28080

answer: ./mongod: /lib/aarch64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.13' not found (required by ./mongod) ./mongod: /lib/aarch64-linux-gnu/libstdc++.so.6: versionGLIBCXX_3.4.29' not found (required by ./mongod)

My rpi 4 distro: uname -a Linux evoboxmark 6.1.32-v8+ #1656 SMP PREEMPT Wed Jun 7 11:37:17 BST 2023 aarch64 GNU/Linux

themattman commented 5 months ago

Did you read the release notes, specifically the section titled "Notes"? If that doesn't work, explain what you're seeing.

tomasmark79 commented 5 months ago

I didn't. I apologize. Great answer. Thank you very much for hint.