Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
space55 opened this issue Mar 3, 2017 · 6 comments
Open

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

space55 opened this issue Mar 3, 2017 · 6 comments

Comments

@space55
Copy link

space55 commented Mar 3, 2017

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

Do you have a solution to this?

@icastillejogomez
Copy link

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

Same here, any luck?

@space55
Copy link
Author

space55 commented Sep 4, 2018

@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
Copy link

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

@aurelio0rs1araujo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants