Details
Description
download link used:
https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.3.6.tgz
OS X 10.8.5
$ ls -l mongodb33
|
lrwxr-xr-x 1 john staff 24 May 20 10:10 mongodb33 -> mongodb-osx-x86_64-3.3.6
|
|
|
$ /Users/john/opt/mongodb33/bin/mongod --fork --port 33300 --dbpath /Users/john/opt/mongodb33/data/standalone --logpath /Users/john/opt/mongodb33/logs/standalone/mongod.log --nohttpinterface --smallfiles --journal
|
dyld: Symbol not found: ___sincos_stret
|
Referenced from: /Users/john/opt/mongodb33/bin/mongod
|
Expected in: /usr/lib/libSystem.B.dylib
|
in /Users/john/opt/mongodb33/bin/mongod
|
Trace/BPT trap: 5
|
|
|
$ /Users/john/opt/mongodb33/bin/mongo --version
|
dyld: Symbol not found: ___sincos_stret
|
Referenced from: /Users/john/opt/mongodb33/bin/mongo
|
Expected in: /usr/lib/libSystem.B.dylib
|
in /Users/john/opt/mongodb33/bin/mongo
|
Trace/BPT trap: 5
|