http://bugs.winehq.org/show_bug.cgi?id=26256
farmboy0+winehq@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |farmboy0+winehq@googlemail. | |com
--- Comment #6 from farmboy0+winehq@googlemail.com --- I built wine from git today. This error happens for me for 32 bit wine.
After running setcap cap_net_raw+epi /home/eho/programs/wine-std/bin/wine-preloader as root wine doesnt start any programs anymore.
The error message is: /home/eho/programs/wine-std/bin/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
strace shows that ld no longer searches the wine install path for the library only /usr/lib32/*.
Removing the cap from wine-preloader leads to wine working again.