insync start --no-daemon
./insync: symbol lookup error: /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds
Any idea what’s going on?
Upgrading to 1.5.4 didn’t resolve the issue.
insync start --no-daemon
./insync: symbol lookup error: /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds
Any idea what’s going on?
Upgrading to 1.5.4 didn’t resolve the issue.
In addition, the following command:
LD_PRELOAD=’/usr/$LIB/libstdc++.so.6’ LIBGL_DRI3_DISABLE=1 insync start --no-daemon
Gives the following error:
ERROR: ld.so: object ‘’/usr//libstdc++.so.6’’ from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.