[Bug 43235] Dungeons & Dragons Online crashes on FreeBSD

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 30 12:28:04 CDT 2017


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

--- Comment #9 from Austin English <austinenglish at gmail.com> ---
(In reply to Adrien Fernandes from comment #8)
> # find /usr/lib32 | grep libprocstat
> /usr/lib32/libprocstat_p.a
> /usr/lib32/libprocstat.so.1
> /usr/lib32/libprocstat.so
> /usr/lib32/libprocstat.a
> 
> /usr/local/lib32/wine/iphlpapi.dll.so
> is NOT linked against
> /usr/lib32/libprocstat.so
> according to "ls -l" command (it isn't linked against anything)

I suspect Sebastian wanted you to run 'ldd'. E.g., on linux, that gives me:

austin at austin2:~$ ldd /usr/local/lib/wine/iphlpapi.dll.so
    linux-gate.so.1 (0xf773a000)
    libresolv.so.2 => /lib32/libresolv.so.2 (0xf76a8000)
    libwine.so.1 => /usr/local/lib64/libwine.so.1 (0xf74f0000)
    libm.so.6 => /lib32/libm.so.6 (0xf749c000)
    libc.so.6 => /lib32/libc.so.6 (0xf72ed000)
    libdl.so.2 => /lib32/libdl.so.2 (0xf72e7000)
    /lib/ld-linux.so.2 (0x56575000)

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