Guest User

Untitled

a guest
Jan 23rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. For errors similar to: (this example uses php)
  2. ```bash
  3. dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib
  4. Referenced from: /usr/local/bin/php
  5. Reason: image not found
  6. Abort trap: 6
  7. ```
  8. then run
  9. ```bash
  10. brew uninstall --ignore-dependencies php
  11. brew install php
  12. ```
  13. The issue _should_ now be resolved; however, you may need also run `brew link php`.
Add Comment
Please, Sign In to add comment