-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LoadError libicudata.64.dylib with 0.7.7 #156
Comments
This might happen after you upgrade your icu4c. For example after I believe that this suggestion should be a part of the error message |
This happens quite frequently to us. #164 would add an |
I think we can close this issue now that
This will work for macOS, but not for Debian/Ubuntu since they don't ship a static library compiled with |
If you’re having trouble installing charlock_holmes on an M3 Mac, try this: Install a compatible ICU version:
Install the gem with the ICU path specified:
This links charlock_holmes to a compatible ICU version and should fix installation issues on Apple Silicon(Apple M3 Pro). |
Just ran into these issues after running Also, |
I've had no issues building What errors are you seeing? |
It's entirely possible the issue I ran into with Go in golang/go#70209 is applicable here. The change in unicode-org/icu@199bc82 caused
We might need to add However, I'm not seeing an issue:
|
Actually, it seems charlock_holmes/ext/charlock_holmes/extconf.rb Lines 33 to 35 in 1c14a3f
That explains the latest version works fine for me. I don't know what errors people are getting. |
Installed as described in readme on latest OSX, installation passed without errors, but now rails does not work any more.
LoadError: dlopen(/Users/xxx/Projects/DTAG/td-wowi-shop-backend/vendor/bundle/ruby/2.5.0/gems/charlock_holmes-0.7.7/lib/charlock_holmes/charlock_holmes.bundle, 9): Library not loaded: /usr/local/opt/icu4c/lib/libicudata.64.dylib
Referenced from: /Users/xxx/Projects/DTAG/td-wowi-shop-backend/vendor/bundle/ruby/2.5.0/gems/charlock_holmes-0.7.7/lib/charlock_holmes/charlock_holmes.bundle
Reason: image not found - /Users/xxx/Projects/DTAG/td-wowi-shop-backend/vendor/bundle/ruby/2.5.0/gems/charlock_holmes-0.7.7/lib/charlock_holmes/charlock_holmes.bundle
The text was updated successfully, but these errors were encountered: