Skip to main content
Topic: aeskulap dicom image viewer installs but will not run (Read 1193 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

aeskulap dicom image viewer installs but will not run

aeskulap is a medical imaging browser/viewer (x-rays - ct-scans etc.) and is available through AUR.
I tried installing it and it installed without errors but will not run

Code: [Select]
$ /usr/bin/aeskulap
/usr/bin/aeskulap: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
I installed   libpng12  from coimmunity

Code: [Select]
$ /usr/bin/aeskulap
/usr/bin/aeskulap: /usr/lib/libtiff.so.4: no version information available (required by /usr/lib/libdcmimage.so.2)
(process:3736): GLib-GObject-CRITICAL **: g_object_set_qdata_full: assertion 'quark > 0' failed
Gnome::Conf::init()
Segmentation fault

libtiff is installed from extra which created libtiff.so.4
There is also libtiff4 in community, an older version, but can not install and replace ...so.4 neither can the first be uninstalled to install the second as it breaks dependencies.

I see the horrific term "Gnome" in the errors so I decided to ask before I try any further.