Hi everyone!
I’ve downloaded the community edition of MongoDB on the tgz format. Inside the compressed file there are two files: mongod and mongos. I’ve placed them inside $HOME/.local/bin. When trying to run any of them I got the following error:
mongos: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.38' not found (required by mongos)
mongos: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.38' not found (required by mongos)
I’ve upgraded my OS, checked if the library was installed and checked its version and everything seems OK but it still doesn’t work.
How can I make those executables to find the libraries already installed in my system?