I installed Genymotion on openSUSE Leap 42.1 and don't have success to execute. I'm getting the following error:
genymotion/genymotion: symbol lookup error: /usr/lib64/libX11.so.6: undefined symbol: xcb_wait_for_reply64
I have no idea what may have caused the problem. Anyone else seen this?
To solve this problem, navigate to extracted folder (/opt/genymobile/genymotion in my case) and remove the libxcb.so.1 file.
In my case i had to remove to files: libxcb.so.1 and libdrm.so.2. I'm using Kali Rolling.
In my case, I'm using Debian Stretch, I had to remove from the genymotion directory the following files: libxcb.so.1 and libdrm.so.2.
来源:https://stackoverflow.com/questions/39316164/genymotion-usr-lib64-libx11-so-6-undefined-symbol-xcb-wait-for-reply64