Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELF section .note.ABI-tag breaks shared libraries #11324

Open
1 of 2 tasks
sboukortt opened this issue Mar 19, 2024 · 0 comments
Open
1 of 2 tasks

ELF section .note.ABI-tag breaks shared libraries #11324

sboukortt opened this issue Mar 19, 2024 · 0 comments
Labels

Comments

@sboukortt
Copy link

Windows Version

Microsoft Windows [version 10.0.22631.3296]

WSL Version

2.1.5.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

Linux version 4.4.0-22621-Microsoft ([email protected]) (gcc version 5.4.0 (GCC) ) #2506-Microsoft Fri Jan 01 08:00:00 PST 2016

Distro Version

Ubuntu 22.04

Other Software

No response

Repro Steps

  1. sudo apt install qt6-base-dev
  2. qmake6

Expected Behavior

QMake runs (/ prints its help if run in a directory without a QMake project file).

Actual Behavior

qmake6: error while loading shared libraries: libQt6Core.so.6: cannot open shared object file: No such file or directory

Diagnostic Logs

This is #3023 re-filed, since it was closed for inactivity but is still an issue.

The problem can be fixed manually on a per-library basis by running:

sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt6Core.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants