On Tue May 9 2023 14:50:11 Jim via tde-users wrote:
I got it as part of tdelibkdcraw
When was your /opt/trinity/bin/identify created?
Does this match your
other TDE executables?
It was created about the same time (+/- a few seconds) as a bunch of other
executables.
What is the output of running "ldd
/opt/trinity/bin/identify"?
linux-vdso.so.1 (0x00007ffc73be9000)
liblcms2.so.2 => /usr/lib64/liblcms2.so.2 (0x00007fca2fd2e000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fca2fa00000)
libm.so.6 => /lib64/libm.so.6 (0x00007fca2f8b8000)
libomp.so => /usr/lib64/libomp.so (0x00007fca2fc4e000)
libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x00007fca2fc33000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fca2fc12000)
libc.so.6 => /lib64/libc.so.6 (0x00007fca2f6d9000)
/lib64/ld-linux-x86-64.so.2 (0x00007fca2fdea000)
librt.so.1 => /lib64/librt.so.1 (0x00007fca2f6cf000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fca2f6ca000)
OK, there's an identify.cpp here:
https://mirror.git.trinitydesktop.org/gitea/TDE/libkdcraw/src/branch/master…
It's in a samples directory and I would guess that it is not supposed
to be installed in /opt/trinity/bin/. For Debian and Ubuntu it is not
even packaged and shipped.
That's about as far as I can take it. Looks like you'll need to talk
to whoever prepared your TDE for Slackware build. It's roughly 27 years
since I last used Slackware so I'm not really up to speed.
--Mike