** Changed in: dicomscope (Debian)
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960022
Title:
dicomscope fails to start with "undefined symbol" error
To mana
Fixed since dicomscope (3.6.0-10) in Trusty.
* Fix underlinked java module. Closes: #694846
** Bug watch added: Debian Bug tracker #694846
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694846
** Also affects: dicomscope (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
Two possible workarounds:
- Link libjInterface (part of dicomscope) against libdcmnet and other
indirectly needed libraries.
- Manually load the needed libraries in dicomscope itself before loading
libjInterface in tkgui/main/MainContext.java .
I have not tried these myself, though.
--
You r
The actual error I got in precise 12.04 had an extra "jni/" in the path,
so google didn't find this bug report:
$ dicomscope
starting DICOMscope
please wait...
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/lib/jni/libjInterface.so: /usr/lib/libdcmtls.so.2: undefined symbol:
_Z
The problem is - as far as I understand it - that some dcmtk libraries
(libdcmtls in the example) use symbols from other libraries (i.e.
libdcmnet), but are not linked against them.
Because of that, the java library-loader does not know it also needs to
load dcmnet when it loads dcmtls.
Basically
The same thing happened for me in the official Precise 12.04 version.
Is this app totally broken for everyone in both oneiric and precise?
MarcS, can you share details on how you built a working version?
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: dicomscope (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960022
Title: