23

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
Colin
  • 1,112
  • 1
  • 16
  • 27
wokerman
  • 293
  • 2
  • 8

1 Answers1

84

update it with:

"brew upgrade gawk"

This should be fixed.

ytp92
  • 992
  • 1
  • 9
  • 8