nirfast-admin / NIRFASTSlicer

Customized version of 3D Slicer for NIRFAST
Other
2 stars 5 forks source link

Can't start NIRFASTSlicer on Ubuntu #17

Open agirault opened 6 years ago

agirault commented 6 years ago

System info:

4.13.0-38-generic #43-Ubuntu 17.10 SMP x86_64 GNU/Linux

Errors:

error while loading shared libraries: libpng12.so.0: cannot open shared object file: no such file or directory
error while loading shared libraries: libiucc.so.55: cannot open shared object file: no such file or directory

Fixed with the following:

apt-get install libpng12-0 # need to add source: deb http://mirrors.kernel.org/ubuntu/ xenial main
apt-get install libicu55
agirault commented 6 years ago

@jcfr @vicory do you think we could be missing some dependencies in our package?

jcfr commented 6 years ago

Which version of Ubuntu ?

With older version these dependencies were already installed on the system and i haven't seen this issue.

Similarly to what is now done in Qt5 with libicu56, we could look into packaging these libraries.

agirault commented 6 years ago

Ubuntu 17.10 (artful)

vicory commented 6 years ago

Looks like 17.10 ships with libpng16 (package was built on 16.04).