Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-35697

mongod and mongo fail on OSX 10.9 with "Symbol not found: _fchmodat"

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.6.5
    • Component/s: None
    • Labels:
    • Environment:
      OSX 10.9
    • ALL
    • Hide

      Run either mongod or mongo on OSX 10.9

      Show
      Run either mongod or mongo on OSX 10.9

      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$

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            marpidone Matt Arpidone
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: