Receive error: dyld: Character not found: _clock_gettime

I want to start an intermediary with an intermediate server server, and when I do this, I get an error message:

dyld: lazy symbol binding failed: Symbol not found: _clock_gettime Referenced from: /usr/local/lib/ruby/gems/2.3.0/gems/eventmachine-1.2.0.1/lib/rubyeventmachine.bundle (which was built for Mac OS X 10.12) Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: _clock_gettime Referenced from: /usr/local/lib/ruby/gems/2.3.0/gems/eventmachine-1.2.0.1/lib/rubyeventmachine.bundle (which was built for Mac OS X 10.12) Expected in: /usr/lib/libSystem.B.dylib 

This has something to do with working with the pen, because when I delete it, it works.

How can i solve this?

+5
source share
2 answers

I received the error dyld: Symbol not found: _clock_gettime while trying to install ruby โ€‹โ€‹2.3.1 on El Capitan.

The tip here is to run xcode-select --install and let reinstalling the xcode command line tools solve this problem for me.

If you use this version of OS X, maybe this will also help you?

+2
source

install brew firstly Please enter: ruby โ€‹โ€‹-e "$ (curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )"

enter:

brew doctor

according to the prompt operation. Maybe โ€œsudo xcode-select -installโ€ appears, please do it if โ€œYour system is ready to brew.โ€ Appears, itโ€™s ok, Re enter โ€œram install 2.3โ€, itโ€™s ok, good luck, please ignore my english .....

-1
source

All Articles