https://bugs.kde.org/show_bug.cgi?id=496785
Bug ID: 496785
Summary: digikam appimage does not start with symbol lookup
error: undefined symbol:
nettle_rsa_oaep_sha384_decrypt
Classification: Applications
Product: digikam
Version: 8.6.0
Platform: Debian unstable
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Bundle-AppImage
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
digikam appimage does not start with symbol lookup error: undefined symbol:
nettle_rsa_oaep_sha384_decrypt
STEPS TO REPRODUCE
1.
> cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
and also legacy file:
> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.10
DISTRIB_CODENAME=groovy
DISTRIB_DESCRIPTION="Ubuntu Groovy Gorilla (development branch)"
2. ./digiKam-8.6.0-20241128T110108-Qt6-x86-64.appimage
OBSERVED RESULT
> ./digiKam-8.6.0-20241128T110108-Qt6-x86-64.appimage
-- digiKam Linux AppImage Bundle
-- Use 'help' as CLI argument to know all available options for digiKam
application.
-- Notes: to integrate this bundle to your desktop, use AppImageLauncher.
-- to enable all debug messages on the console, use 'export
QT_LOGGING_RULES="digikam*=true"'.
-- to extract the bundle contents locally, use option
'--appimage-extract' on the command line.
-- Detected host Linux debian gnu/linux-64-2010
-- AppImage mounted directory: /tmp/.mount_digiKaPntYGI
Check library libudev.so.0
Check library libxcb-dri3.so.0
Check library libcrypto.so.1.1
Check library libssl.so.1.1
Check library libnss3.so
Check library libnssutil3.so
Check library libsmime3.so
Check library libgmodule-2.0.so.0
Check library libgnutls.so.30
Check library libnettle.so.8
-- Preloading shared libs:
:/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0:/usr/lib/x86_64-linux-gnu/libnss3.so:/usr/lib/x86_64-linux-gnu/libnssutil3.so:/usr/lib/x86_64-linux-gnu/libsmime3.so:/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0:/usr/lib/x86_64-linux-gnu/libgnutls.so.30:/usr/lib/x86_64-linux-gnu/libnettle.so.8
digikam: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgnutls.so.30:
undefined symbol: nettle_rsa_oaep_sha384_decrypt, version HOGWEED_6
You can note problem here: "-- Detected host Linux debian gnu/linux-64-2010"
libgnutls.so.30 is symlink:
> ls -l /usr/lib/x86_64-linux-gnu/libgnutls.so.30
lrwxrwxrwx 1 root root 20 10. nov 17:32
/usr/lib/x86_64-linux-gnu/libgnutls.so.30 -> libgnutls.so.30.40.2
--
You are receiving this mail because:
You are watching all bug changes.