tranter / raspberry-pi-qt-builds

Qt builds for the Raspberry Pi platform
88 stars 28 forks source link

libicui18n.so.57: cannot open shared object file #7

Open Prakash19921206 opened 4 years ago

Prakash19921206 commented 4 years ago

Hi i tried extracting prebuild Qt from release section(Qt5.12.0-RaspberryPi3-bin-full.tgzand QtCreator4.8.0-Qt5.12.0-RaspberryPi3-bin.tgz) in raspberry pi 3 it used to work before , i reinstalled raspbian(latest version) now its not working. when i run QtCreator, it shows following error

error while loading shared libraries: libicui18n.so.57: cannot open shared object file: No Such file or directory.

anybody know how to fix this?

Thanks

risnub commented 4 years ago

Hi i tried extracting prebuild Qt from release section(Qt5.12.0-RaspberryPi3-bin-full.tgzand QtCreator4.8.0-Qt5.12.0-RaspberryPi3-bin.tgz) in raspberry pi 3 it used to work before , i reinstalled raspbian(latest version) now its not working. when i run QtCreator, it shows following error

error while loading shared libraries: libicui18n.so.57: cannot open shared object file: No Such file or directory.

anybody know how to fix this?

Thanks

I downloaded the libicu57 package from here https://packages.debian.org/stretch/armhf/libicu57/download

And I installed this with apt-get. I am running Raspian 10.

You might consider giving it a try.