
Originally Posted by
bridgman
On my system (Ubuntu 12.10) the OpenGL loader is in /usr/lib/x86-linux-gnu/mesa** if that helps... file name is libGL.so.1.2.0 so an exact match might miss it.
That said, I think the mesa-common-dev package contains what you need to write OpenGL applications, not the mesa driver itself. Hold on a minute and I'll try to find the right package.
EDIT -- OK, for Ubuntu the libgl1-mesa-glx package contains libgl.so while the libgl1-mesa-dri package contains the hardware accelerated drivers.
** /usr/lib/i386-linux-gnu/mesa for 32-bit