-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error while loading shared libraries #236
Comments
I also have this issue |
Are you sure you have all the dependencies? What version of Qt do you have? Could you post the full output? |
icui is needed for qt itself (localization backend) along with other things . I have had issues with this when running papyros (modded) for armv7 add the qt path to your path and you should be good if compiling from source . I am not next to a computer at the moment so I can not look up the path that icu is installed too. I suggest using find to find it from you qt root dir . |
icu is needed for qt itself (localization backend) along with other things . I have had issues with this when running papyros (modded) for armv7 add the qt path to your path and you should be good if compiling from source . I am not next to a computer at the moment so I can not look up the path that icu is installed too. I suggest using find to find it from you qt root dir . |
Hi,
when I try to run papyros-session it gives me an erro:
papyros-session: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory
Suggestions?
Thanks,
Mattia
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: