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

Build fails on Ubuntu due to /usr/lib/libGL.so paths #6

Open
mmorehea opened this issue Jul 19, 2016 · 1 comment
Open

Build fails on Ubuntu due to /usr/lib/libGL.so paths #6

mmorehea opened this issue Jul 19, 2016 · 1 comment

Comments

@mmorehea
Copy link

In Ubuntu, libGL.so, libICE.so, libX11.so, etc, are all stored in /usr/lib/x86_64-linux-gnu/, not /usr/lib64/.

I makde a quick soft link with

sudo ln -s /usr/lib/x86_64-linux-gnu/ /usr/lib64

and it builds to completion.

@stuarteberg
Copy link
Member

Yeah, sorry about that. This is a known issue. (Our CI script uses the same workaround that you found.) For future users, I've now added a note about this in the README, but I'll leave this issue open until we come up with a proper fix.

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