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-X,
which is subscribed to mesa in 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

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to