Score:2

Error while loading shared libraries: libicui18n.so.60 (magfieldmapper_gui)

bl flag

I am very new to ubuntu and when I tried to run the magfieldmapper_gui by xsens, it throws me this error.

$ ./magfieldmapper_gui
 
./magfieldmapper_gui: error while loading shared libraries: libicui18n.so.60: cannot open shared object file: No such file or directory

I googled a lot but I could not find a solution. Can Someone please point out what I'm doing wrong or the solution for this error.

N0rbert avatar
zw flag
What is your Ubuntu version? What is "magfieldmapper_gui by xsens"? From where it was downloaded?
Azeem avatar
bl flag
I am sorry, My ubuntu version is 20.04. Magfieldmapper is an GUI which helps us to calibrate and use IMU's with ROS from a company called xsens. http://wiki.ros.org/xsens_mti_driver https://www.xsens.com/software-downloads
Score:2
zw flag

The mentioned libicui18n.so.60 library was contained in package for 18.04 LTS.

You can download and install it manually on 20.04 LTS using commands below:

cd ~/Downloads
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3.2_amd64.deb
sudo apt-get install ./libicu60_60.2-3ubuntu3.2_amd64.deb

and then retry to run ./magfieldmapper_gui.

Azeem avatar
bl flag
Thanks @N0rbert. It works like a charm
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.