-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
When running bin/setup on Mint 21.2 I get a load error re: charlock_holmes #854
Comments
@afittro You might try this suggestion from a similar issues on the
|
oh, good idea. I actually never thought of using pristine within bundler. But alas, after doing that the error remains. Thank you for the suggestion and for helping me grow :) So is it accurate to say this is a problem within charlock_holmes and not bullet_train? If so, should we close this issue with a note to refer to the relevant open issue on that charlock_holmes repo? |
@afittro I just noticed that you mentioned that you have |
@afittro, did you ever this this straightened out? |
No. I had the problem initially without the apt-installed libicu-dev. I just had the brew install of icu4c. I only added the apt install as an attempt to resolve the issue. |
having the same issue on mac m1 (Sonoma) and ruby 3.2.4 |
@shaunakv1 You might try doing this:
It was suggested in a thread on the |
This is still failing for me:
|
I think this is ultimately an issue with If someone can come up with some consistent reproduction steps please post them here and feel free to reopen this issue. |
Similar to #103. When I run bin/setup on my machine I get the following error:
LoadError: libicudata.so.73: cannot open shared object file: No such file or directory - /home/<me>/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/charlock_holmes-0.7.7/lib/charlock_holmes/charlock_holmes.so
Here is my system info from inxi:
System: Kernel: 5.15.0-76-generic x86_64 bits: 64 compiler: gcc v: 11.3.0 Desktop: Cinnamon 5.8.4 Distro: Linux Mint 21.2 Victoria base: Ubuntu 22.04 jammy
I have icu4c installed via brew:
icu4c: stable 73.2
I have libicu-dev installed via apt.
What else could I try, since upgrading to the latest Ubuntu isn't really an option if I wish to stay on Mint?
The text was updated successfully, but these errors were encountered: