mercure icon indicating copy to clipboard operation
mercure copied to clipboard

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

Open tokeefe opened this issue 11 months ago • 0 comments

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

tokeefe avatar Mar 14 '24 18:03 tokeefe