Closed issue by crocusino on void-packages repository https://github.com/void-linux/void-packages/issues/40917 Description: ### Is this a new report? Yes ### System Info Void 6.0.10_1 x86_64 AuthenticAMD uptodate FF ### Package(s) Affected rawtherapee-5.8_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour The program is expected to run. ### Actual behaviour Trying to run: ``` rawtherapee rawtherapee: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory ``` There is `libjpeg.so.8` now and not `libjpeg.so.62` `ldd /usr/bin/rawtherapee` says it is linked against `libjpeg.so.8` and does not claim any missing dep: ``` libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007f8ea3944000) ``` ### Steps to reproduce try to run `rawtherapee`