https://bugs.winehq.org/show_bug.cgi?id=52418
--- Comment #2 from Alex Xu alex_y_xu@yahoo.ca --- as I already explained to ismael on irc, this is caused by wine dlopening libraries by full path and then expecting NEEDED to be satisfied by filename/SONAME. musl does not implement this behavior. it can be fixed in wine by setting rpath like https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/wine/rp..., but since there are discussions whether to implement SONAME matching behavior in musl to match other libcs, i have not submitted this patch to wine.