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 missing shared library libGLESv2 #22

Open
narFnarF opened this issue Aug 10, 2020 · 4 comments
Open

Error missing shared library libGLESv2 #22

narFnarF opened this issue Aug 10, 2020 · 4 comments

Comments

@narFnarF
Copy link

narFnarF commented Aug 10, 2020

When attempting to run miRack on my Raspberry Pi, I only get the following error:

$ /opt/miRack/Rack
/opt/miRack/Rack: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory

For bug reports:

Hardware: Raspberry Pi 4B
Operating system(s): Raspbian
Version if official Rack release, commit hash and/or branch if from source:
mirack/stable 0.6.13 armhf

I also tried in Patchbox OS and it doesn't work either.

Any hint on what I should do? I'm still fairly new to Linux. Is that something I can install with the apt thing? If so, what would be the name of the package I need to get?

@narFnarF
Copy link
Author

I should add that I followed the installation instructions and activated the GL Driver in raspi-config.

I also notice that libGLES is apparently already installed on my raspi:

$ apt list libgles2
Listing... Done
libgles2/testing,now 1.3.0-7~bpo10+1 armhf [installed,automatic]
N: There is 1 additional version. Please use the '-a' switch to see it


$ apt list -a libgles2
Listing... Done
libgles2/testing,now 1.3.0-7~bpo10+1 armhf [installed,automatic]
libgles2/stable 1.1.0-1 armhf

@narFnarF
Copy link
Author

Looks like we need to install libgles-dev. I did that and I can now run miRack.

There are multiple packages in libgles-dev. I don't know which one is the necessary one.

@pronvit
Copy link

pronvit commented Aug 13, 2020

Sorry this project hasn't been updated for a while, maybe there are some changes in Raspbian packages. So what's the current problem?

@narFnarF
Copy link
Author

Well, as I wrote above, if you install miRack with apt, it won't launch (see the error message in my first message). I had to install libgles-dev for miRack to finally launch.

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

2 participants