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

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jan 6 10:29:30 CST 2021


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

            Bug ID: 50461
           Summary: Wine looking in /usr/bin/../../lib32/wine, should be
                    /usr/bin/../lib32/wine
           Product: Wine
           Version: 5.20
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ntdll
          Assignee: wine-bugs at winehq.org
          Reporter: bebing2 at optimum.net
      Distribution: ---

Previous version I was using, 4.19 staging, builds and installs fine. 5.20 when
launching anything, but winecfg will trigger it, gets this:

wine: could not load ntdll.so: /usr/bin/../../lib32/wine/ntdll.so: cannot open
shared object file: No such file or directory

Which resolves to root directory
/lib32

but should resolve to
/usr/lib32

Looks like it usually is
/usr/bin/../lib32
not
/usr/bin/../../lib32

I use LFS so it is likely it is not conforming to debian/ubuntu or whatever.

I have a thread here where I tried some hacks to workaround to no avail, just
in case it's useful:
https://forum.winehq.org/viewtopic.php?f=8&t=34780

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