[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:04:28 CST 2021


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

--- Comment #8 from Alexandre Julliard <julliard at winehq.org> ---
The default prefix is /usr/local, so if you specify --libdir=/usr/lib Wine will
correctly expect the libdir to be at ../../lib relative to the bin directory.

make install will also put the binaries in /usr/local/bin, and if you run from
there everything should work. If you are going to install the binaries in
/usr/bin you need --prefix=/usr. I don't see any bug here.

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