Installing OpenGL/mesa on ubuntu

[QUOTE=Shripad;1244540]Hi,

I am trying to install and use VTK on my 32-bit linux machine (EC2 instance on AWS).
I was getting an error which i realized was because I did not have openGL/Mesa installed on my machine.
So i installed Mesa using the following command: sudo apt-get install mesa-common-dev
Now, I dont know where mesa is installed on my machine. There is no folder ‘mesa’ in /usr/lib/ and there is no libGl.so anywhere.
Can anybody please tell me how to proceed further?

Thanks,
Shripad D[/QUOTE]

there will be no folders named “mesa”. look for “GL” in /usr/include/
then probably you got opengl installed in your system