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
$ /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
$ /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.