When compiling simple Qt OpenGL program under Ubuntu there is following
line in Qt project file:

QT += opengl

This adds some include directories to the project and also tries to link
to /usr/lib/libGL.so which fails as there is no such file present in the
system.

After creating a symlink /usr/lib/libGL.so -> /usr/lib/i386-linux-
gnu/mesa/libGL.so.1 I'm able to link the program and run it normally.

Now, I think someone should create this symlink, right? Most likely
libgl1-mesa-glx package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883030

Title:
  /usr/lib/libGL.so symlink missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/883030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to