zapmaker / GrblHoming

QT-based gcode user interface for grbl on arduino
GNU General Public License v3.0
320 stars 190 forks source link

Error while loading shared libraries: libxcb-sync.so.0 #118

Open space55 opened 7 years ago

space55 commented 7 years ago

Hello

I'm having an issue on Debian 8 x64 with GrblController. I try to run the installer, however, it gives me the following error: ./GrblControllerLinuxInstallerx64-3.6.1: error while loading shared libraries: libxcb-sync.so.0: cannot open shared object file: No such file or directory

I've tried the fixes listed in #100 and they don't appear to be working. Am I doing something wrong, or is there some sort of library issue?

Thanks, Space

IgniparousTempest commented 7 years ago

Do you have a solution to this?

icastillejogomez commented 6 years ago

I have the same error in Ubuntu 16.04.4 LTS :(

./GrblControllerLinuxInstallerx64-3.6.1: error while loading shared libraries: libxcb-sync.so.0: cannot open shared object file: No such file or directory

HenrikJo commented 6 years ago

Same here, any luck?

space55 commented 6 years ago

@IgniparousTempest @icastillejogomez @HenrikJo The only solution I've found is to run a 32-bit Debian VM. Maybe a Docker container would work, but I haven't tried it.

icastillejogomez commented 6 years ago

@space55 yes, maybe running on docker container works. Thanks for reply

aurelio0rs1araujo commented 5 years ago

excute this command: cd /usr/lib/x86_64-linux-gnu ln -s libxcb-sync.so.1.0.0 libxcb-sync.so.0