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

Unable to load library icui18n #89

Open
OpoOpo opened this issue Aug 12, 2019 · 2 comments
Open

Unable to load library icui18n #89

OpoOpo opened this issue Aug 12, 2019 · 2 comments

Comments

@OpoOpo
Copy link

OpoOpo commented Aug 12, 2019

Hi,
I am using 5.0.13-arch1-1-ARCH (archlinux)
I am trying to install pyside with pip2 (

pip2 install pyside

), but when compiling shiboken it throws an error:

Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
When I do

ldconfig -p | grep icui18n

result is:

libicui18n.so.64 (libc6,x86-64) => /usr/lib/libicui18n.so.64
libicui18n.so.64 (libc6) => /usr/lib32/libicui18n.so.64
libicui18n.so (libc6,x86-64) => /usr/lib/libicui18n.so
libicui18n.so (libc6) => /usr/lib32/libicui18n.so

Any suggestions ?

Thank you very much for response.

@Jrturner89
Copy link

Have you found a solution to this? I am getting the same error for shiboken as well as CANalyzat0r.

@redurgam
Copy link

try running $ LD_DEBUG=all foo 2>&1 | tee debug_foo.txt
you can search your debug file and find out where a given program is searching for libraries and which specific libraries are being expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants