Skip to content

Instantly share code, notes, and snippets.

@sebacruz
Last active April 20, 2017 14:38
Show Gist options
  • Select an option

  • Save sebacruz/b97850671010ca3f6ac2cdc5510424b6 to your computer and use it in GitHub Desktop.

Select an option

Save sebacruz/b97850671010ca3f6ac2cdc5510424b6 to your computer and use it in GitHub Desktop.
dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib

dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib

Error

dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib Referenced from: /Users/sebas/.phpbrew/php/php-7.0.9/bin/php Reason: image not found Abort trap: 6

Solution

Source.

$ ln -s /usr/local/opt/readline/lib/libreadline.7.dylib /usr/local/opt/readline/lib/libreadline.6.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment