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

Running release matrixserver_0.1.0-1 - libFPGARenderer.so: cannot open shared object file #14

Open
greigs opened this issue Sep 14, 2019 · 3 comments
Labels
bug Something isn't working server

Comments

@greigs
Copy link

greigs commented Sep 14, 2019

installed using the command on a pi4 running raspbian buster
sudo apt install ./matrixserver_0.1.0-1_armhf.deb
matrixserver (also tried sudo)

result:
matrixserver: error while loading shared libraries: libFPGARenderer.so: cannot open shared object file: No such file or directory

@greigs
Copy link
Author

greigs commented Sep 14, 2019

libftdi-dev was required, should be added as a dependency
on buster, libprotobuf10 does not appear to be available so I get the error
matrixserver: error while loading shared libraries: libprotobuf.so.10: cannot open shared object file: No such file or directory

@zzaurak
Copy link
Member

zzaurak commented Sep 14, 2019

currently the precompiled packages are only supported on raspberry pi3 a+ running raspbian stretch. Additionally these are pre release packages which probably won't work anyways, check back in a few weeks!

@zzaurak zzaurak closed this as completed Sep 14, 2019
@zzaurak zzaurak reopened this Sep 14, 2019
@zzaurak zzaurak added bug Something isn't working server labels Sep 14, 2019
@greigs
Copy link
Author

greigs commented Sep 14, 2019

Good to know, thanks.
I was able to get further on buster with this..

sudo apt-get install libboost-thread1.62.0 libboost-log1.62.0
wget https://dl.cloudsmith.io/public/isc/bind-esv/deb/debian/pool/stretch/main/l/li/libprotobuf10_3.0.0-9.1+0~20190302143417.7+stretch~1.gbpce6182_armhf.deb
sudo dpkg -i libprotobuf10_3.0.0-9.1+0~20190302143417.7+stretch~1.gbpce6182_armhf.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server
Projects
None yet
Development

No branches or pull requests

2 participants