Skip to content

Instantly share code, notes, and snippets.

@xsscx
Created October 9, 2016 13:26
Show Gist options
  • Save xsscx/ff0b188ddabab6707de5b7febdf6b81a to your computer and use it in GitHub Desktop.
Save xsscx/ff0b188ddabab6707de5b7febdf6b81a to your computer and use it in GitHub Desktop.
OSX 10.12 cheap fix for the libreadline.6.dylib linked from awk in bash installed via Brew
This is a cheap fix for the libreadline.6.dylib linked from awk in bash installed via Brew.
ln -s /usr/local/lib/(your build path)/libreadline.6.dylib /usr/local/Cellar/readline/6.3.8/lib/libreadline.6.dylib
Haven't had time to figure it out yet..
Delete /etc/motd
sudo rm /etc/motd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment