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

getdcmtags libQt5Core.so.5: cannot open shared object file #74

Open
tokeefe opened this issue Mar 14, 2024 · 0 comments
Open

getdcmtags libQt5Core.so.5: cannot open shared object file #74

tokeefe opened this issue Mar 14, 2024 · 0 comments

Comments

@tokeefe
Copy link

tokeefe commented Mar 14, 2024

I recently installed Mercure 0.3.0-beta.2 using docker compose (pulling images on Docker Hub)

When receiving the DICOM files, the mercure_receiver_1 container shows the following error

bin/ubuntu22.04/getdcmtags: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

This is somewhat misleading as the shared object does exist. I was able to fix this by running the following command

docker exec --user root mercure-receiver-1 strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

Here's a detailed description of the issue

https://askubuntu.com/a/1163268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant