-
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
undefined symbol: _ZTIN6icu_488ByteSinkE #135
Comments
Centos 7 |
I also see this problem and would really like to know what I need to do to fix it. Here are a list of the installed gems on this system:
And the error:
really I am just looking for a pointer that "you installed this wrong" or "this version isn't correct", as I am kinda at a loss at this point. |
@jeremiahsherrill I think, at least in my case, this is related to icu4c, but I don't know for sure. Are you referencing icu4c with your application? From what I have read there could be issues with newer versions of icu4c and charlock_holmes, but again, I am not really a developer, so it's mostly piecing together other problem reports that have let me to that hypothesis. |
I ended up having to remove it completely and just refactored what I was working on. Ultimately I am moving away from rails due to how many problems it has. |
I figured this out. I had to totally remove icu4c and charlock_holmes, then reinstall them from scratch. No idea what was going on, but it's working now. |
Similar case here. I reinstall icu4c thru homebrew and issue resolved. |
After Fixing One Charlock Issue I am getting another
/usr/local/rvm/gems/ruby-2.3.1/gems/charlock_holmes-0.7.3/lib/charlock_holmes/charlock_holmes.so: undefined symbol: _ZTIN6icu_488ByteSinkE
The text was updated successfully, but these errors were encountered: