[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 10:31:32 CST 2021


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

--- Comment #1 from bebing2 at optimum.net ---
Oh yeah, it doesn't seem like it was right to pick ntdll.so, but since it
happens to be the what exposed the error I selected that. This seems like a
./configure issue

Here are my procedures after installing wine-staging:

cd /usr/src/wine-5.20
mkdir wine64-build
cd wine64-build

../configure         \
--sysconfdir=/etc    \
--localstatedir=/var \
--libdir=/usr/lib64  \
--enable-win64       \
--without-gstreamer  \
--without-oss        \
--without-xrandr     \
--without-xxf86vm

make

cd ..
mkdir wine32-build
cd wine32-build

PKG_CONFIG_PATH=/usr/lib32/pkgconfig ../configure \
--sysconfdir=/etc                                 \
--localstatedir=/var                              \
--libdir=/usr/lib32                               \
--without-gstreamer                               \
--without-oss                                     \
--without-xrandr                                  \
--without-xxf86vm                                 \
--with-wine64=../wine64-build

make

as root

cd /usr/src/wine-5.20

cd wine32-build
make install

cd ../wine64-build
make install

winecfg

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