§2023-07-24
this method does not work for odroid-n2+ running Jammy
$ wget https://downloads.mongodb.com/compass/mongosh-1.10.1-linux-arm64.tgz && cd ..
$ tar xvf src/mongosh-1.10.1-linux-arm64.tgz && cd mongosh-1.10.1-linux-arm64/bin/
$ ls -l
total 175764
-rwxr-xr-x 1 alexlai alexlai 98110496 6月 21 06:00 mongosh
-rwxr-xr-x 1 alexlai alexlai 81868616 6月 21 06:00 mongosh_crypt_v1.so
$ ./mongosh
Current Mongosh Log ID: 64bdc0d7963249ed09788f31
Connecting to: mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+1.10.1
Using MongoDB: 7.0.0-rc8
Using Mongosh: 1.10.1
For mongosh info see: https://docs.mongodb.com/mongodb-shell/
To help improve our products, anonymous usage data is collected and sent to MongoDB periodically (https://www.mongodb.com/legal/privacy-policy).
You can opt-out by running the disableTelemetry() command.
------
The server generated these startup warnings when booting
2023-07-24T07:56:51.411+08:00: Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
2023-07-24T07:56:51.411+08:00: /sys/kernel/mm/transparent_hugepage/enabled is 'always'. We suggest setting it to 'never'
2023-07-24T07:56:51.411+08:00: vm.max_map_count is too low
------
test>
- orgpi5arch.yushei.net works fine
- orgpi5Jammy.yushei.net
$ ./mongosh
./mongosh: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory