wokerman
wokerman

Reputation: 293

dyld: Library not loaded: Referenced from: /usr/local/bin/awk

It shows error message as follow when I open the terminal:

dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib
  Referenced from: /usr/local/bin/awk
  Reason: image not found

Upvotes: 23

Views: 4184

Answers (1)

ytp92
ytp92

Reputation: 992

update it with:

"brew upgrade gawk"

This should be fixed.

Upvotes: 84

Related Questions