Skip to content
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

No usable version of the ICU libraries was found #8102

Closed
seniorghost opened this issue May 14, 2017 · 4 comments
Closed

No usable version of the ICU libraries was found #8102

seniorghost opened this issue May 14, 2017 · 4 comments
Labels
area-Infrastructure-coreclr os-unsupported OS which is not officially supported
Milestone

Comments

@seniorghost
Copy link

I'm trying to run my .NET Core app on a Raspberry PI and I have followed every step in this guide https://github.com/dotnet/core/blob/master/samples/RaspberryPiInstructions.md
but I get this message:

No usable version of the ICU libraries was found Aborted

I checked and I have all the libraries:
libicuuc.a libicuuc.so libicuuc.so.52 libicuuc.so.52.1 libicui18n.a libicui18n.so libicui18n.so.52 libicui18n.so.52.1

I'm running ubuntu.16.04

@janvorli
Copy link
Member

@seniorghost can you please try to do

export CLR_ICU_VERSION_OVERRIDE=52.1

and then try again?

@seniorghost
Copy link
Author

@janvorli
Now I get this error Cannot get symbol ucol_setMaxVariable_52 from libicui18n

@janvorli
Copy link
Member

@seniorghost thank you. I think I know what's going on. Can you please try to install package libicu55? If that doesn't fix the problem, I'll be able to look into it on Tuesday.

@seniorghost
Copy link
Author

@janvorli thank you for your quick help, it works now 😃

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the 2.0.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr os-unsupported OS which is not officially supported
Projects
None yet
Development

No branches or pull requests

3 participants