[Bug 50461] Wine looking in /usr/bin/../../lib32/wine, should be /usr/bin/../lib32/wine

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jan 6 15:25:44 CST 2021


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

--- Comment #12 from Alexandre Julliard <julliard at winehq.org> ---
In older versions it may have located libwine through the standard library
search path, thus hiding the incorrect configuration. Since we no longer use
libwine, it's now necessary to run configure with correct paths.

You don't need a /usr/local, simply use --prefix=/usr, or alternatively
--libdir=/usr/local/lib32, so that the bin and lib dir are correct relative to
each other.

-- 
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