[Bug 52418] run-time linking issues

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jan 19 09:52:11 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52418

--- Comment #2 from Alex Xu <alex_y_xu at 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/rpath.patch,
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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list