...
I downloaded the latest community edition 3.6.5 installer from the website and tried to run mongo and mongod, but both failed with errors: Downloads$ cd mongodb-osx-x86_64-3.6.5/bin bin$ ls bsondump mongod mongofiles mongoreplay mongostat install_compass mongodump mongoimport mongorestore mongotop mongo mongoexport mongoperf mongos bin$ ./mongo --version dyld: Symbol not found: _fchmodat Referenced from: /Users/vagrant/Downloads/mongodb-osx-x86_64-3.6.5/bin/./mongo Expected in: /usr/lib/libSystem.B.dylib in /Users/vagrant/Downloads/mongodb-osx-x86_64-3.6.5/bin/./mongo Trace/BPT trap: 5 bin$ ./mongod --version dyld: Symbol not found: _fchmodat Referenced from: /Users/vagrant/Downloads/mongodb-osx-x86_64-3.6.5/bin/./mongod Expected in: /usr/lib/libSystem.B.dylib in /Users/vagrant/Downloads/mongodb-osx-x86_64-3.6.5/bin/./mongod Trace/BPT trap: 5 bin$
acm commented on Thu, 21 Jun 2018 14:59:49 +0000: marpidone - I'm closing this issue, because despite the error on the website, the 10.10+ requirement for v3.6 is intentional. I'm happy to help you try to build for 10.9 if you are still pursuing that approach. You can reach out on mongodb-dev and I will reply. acm commented on Wed, 20 Jun 2018 14:46:13 +0000: If all you need is community and not enterprise, you certainly could try building from source, though of course we are no longer testing such a configuration so can't say for sure whether it works or not. No special flags should be required to try perform such a build, as long as the machine on which you build is running 10.9. If you need to build on a system newer than 10.9 but have binaries that can still run on 10.9, then there are flags you need to use. Let us know if that situation applies to you, and we can provide the required details. Another route might be to install from homebrew. Regarding the downloads page, yes, I see that it does still say 10.7+; apologies for that misleading oversight. I will reach out to the team who handles that and see about getting it updated. marpidone commented on Tue, 19 Jun 2018 22:53:43 +0000: Ah ok, the download page still says 10.7+, and I didn't see any mention of that in the release notes. Is there any chance that building the mongo binaries myself would allow them to run on 10.9? Perhaps there's some build flag I can set? acm commented on Tue, 19 Jun 2018 22:18:43 +0000: Unfortunately, MongoDB 3.6 requires macOS 10.10 or newer. You can however run MongoDB 3.4 on macOS 10.9. If you need to run MongoDB 3.6, you will need to upgrade.
Run either mongod or mongo on OSX 10.9