New comment by kartikynwa on void-packages repository https://github.com/void-linux/void-packages/issues/25795#issuecomment-714920362 Comment: Hmm seems like the following work: - `feh 1.webp` - `feh < 1.webp` - `cat 1.webp | feh` But these don't work: - `feh - < 1.webp` - `cat 1.webp | feh -` So looks like the `webp.so` work fine. It's just the loader choosing to load it that is at fault. So the issue seems to not be with the packaging. Let me know if I should close the issue.