Skip to content

Instantly share code, notes, and snippets.

@appkr
Last active April 27, 2020 05:43
Show Gist options
  • Save appkr/0aea3bb502c83f3516246f97fa26e798 to your computer and use it in GitHub Desktop.
Save appkr/0aea3bb502c83f3516246f97fa26e798 to your computer and use it in GitHub Desktop.
PHP libicui18n 링크 오류
@appkr
Copy link
Author

appkr commented Jul 29, 2019

$ brew reinstall icu4c

https://stackoverflow.com/a/54180353

@appkr
Copy link
Author

appkr commented Apr 27, 2020

$ php -v
# dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib

Find libicui18n 64 from homebrew core https://github.com/Homebrew/homebrew-core/search?q=icu4c+64&unscoped_q=icu4c+64&type=Commits

and reinstall it

$ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/896d1018c7a4906f2c3fa1386aaf283497db60a2/Formula/icu4c.rb --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment