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

Running mongod on macOS 13 results in "Symbol not found"

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Build
    • ALL
    • Hide

      On a macOS 13 host (I tried locally and on a macos-13-arm64 distro), run:

      curl https://downloads.10gen.com/osx/mongodb-macos-arm64-enterprise-latest.tgz -o mongodb.tgz
      tar --strip-components=1 -xf mongodb.tgz
      ./bin/mongod --version
      # Prints: dyld[61464]: Symbol not found: __ZTVNSt3__13pmr25monotonic_buffer_resourceE
      
      Show
      On a macOS 13 host (I tried locally and on a macos-13-arm64 distro ), run: curl https://downloads.10gen.com/osx/mongodb-macos-arm64-enterprise-latest.tgz -o mongodb.tgz tar --strip-components=1 -xf mongodb.tgz ./bin/mongod --version # Prints: dyld[61464]: Symbol not found: __ZTVNSt3__13pmr25monotonic_buffer_resourceE
    • Programmability 2025-03-03

      Attempting to run mongod 8.1 alpha build (8.1.0-alpha0-548-g6fd4ce9) results in an error on macOS 13:

      dyld[61464]: Symbol not found: __ZTVNSt3__13pmr25monotonic_buffer_resourceE
        Referenced from: <6A74034A-6FFF-37F3-A3DE-5B05DE2160FC> /Users/kevin.albertson/bin/mongod
        Expected in:     <A1240FFC-A95A-3824-B47D-FB1EF6E55B9B> /usr/lib/libc++.1.dylib
      

      Error occurs with 8.1.0-alpha0-548-g6fd4ce9. Does not occur with 8.0.5-rc2.

            Assignee:
            zack.winter@mongodb.com Zack Winter
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: