dyld: lazy symbol binding failed: Symbol not found: _clock_gettime

after using MAC brew to install PHP mongodb extension, initialize new mongodb \Driver\Manager() to directly report an error:

dyld: lazy symbol binding failed: Symbol not found: _clock_gettime

solution: force brew to install PHP mongodb

from source code

brew install –build-from-source php71-mongodb

Read More: