public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* My dynamic loader refuses to load libQt5Core because of the ABI tag note
@ 2021-10-07 18:47 Krzysztof Żelechowski
  2021-10-07 18:53 ` Jeffrey Walton
  2021-10-07 19:14 ` Carlos O'Donell
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Żelechowski @ 2021-10-07 18:47 UTC (permalink / raw)
  To: libc-help

/usr/lib/YaST2/bin/y2controlcenter
                /usr/lib/YaST2/bin/y2controlcenter: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
uname -r
                4.4.0-19041-Microsoft
ldd /usr/lib64/libQt5Widgets.so.5
libQt5Core.so.5 => not found
/usr/lib64/libQt5Core.so.5
                This is the QtCore library version Qt 5.12.7 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.5.0)
Copyright (C) 2016 The Qt Company Ltd.
Contact: http://www.qt.io/licensing/

Installation prefix: /usr
Library path:        lib64
Include path:        include/qt5
Processor features:  sse2[required] sse3 ssse3 fma sse4.1 sse4.2 movbe popcnt aes avx f16c rdrnd bmi avx2 bmi2 rdseed sha
readelf -n /usr/lib64/libQt5Core.so.5
Displaying notes found in: .note.ABI-tag
  Owner                Data size        Description
  GNU                  0x00000010       NT_GNU_ABI_TAG (ABI version tag)
    OS: Linux, ABI: 3.17.0
objcopy -R .note.ABI-tag /usr/lib64/libQt5Core.so.5 /tmp/libQt5Core.so.5
LD_LIBRARY_PATH=/tmp /usr/lib/YaST2/bin/y2controlcenter

Please help!
Please note that the error message "No such file or directory" is as misleading as can be.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-08  8:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 18:47 My dynamic loader refuses to load libQt5Core because of the ABI tag note Krzysztof Żelechowski
2021-10-07 18:53 ` Jeffrey Walton
2021-10-07 19:00   ` Carlos O'Donell
2021-10-07 19:05     ` Adhemerval Zanella
2021-10-07 19:14 ` Carlos O'Donell
2021-10-08  8:03   ` Krzysztof Żelechowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).