r7.0.2 Unofficial Raspberry Pi Binaries
themattman
released this
28 Oct 22:22
·
15 commits
to main
since this release
These binaries are subject to the MongoDB Server-Side Public License and are not officially supported by MongoDB Inc.
Each binary was built with static linking against its dependencies from the mongodb/mongo project. The following binaries, compiled for and briefly smoke tested on the Raspberry Pi 4B+, are inside the tarball:
- mongo - legacy MongoDB shell
- mongod - MongoDB Community Edition Server
- mongos - MongoDB Query Router - for Sharded Clusters
Additional files included
- README.md
- LICENSE-Community.txt
Files
mongodb.ce.pi.r7.0.2.tar.gz
- 89MB compressed | 253MB uncompressed- Community Edition - Built for ARM64 (Cortex A72)
- minimum needed
- all symbols stripped
- optimal for execution on embedded platforms
Notes
The libstdc++ library that ships with Raspberry Pi OS does not meet the minimum requirements of MongoDB. GCC ABI version history is here. You can build gcc 11.1.0+ from source and redirect the existing libstdc++ symbolic link to your newer version: Instructions to build this dependency from source as well as a pre-built binary are here.