OpenGL 32 libs compatibility

Hello. I use debian amd64 and the installer install the 32bits libs in /emul32 but i need install the libs in /usr/lib/i386-linux-gnu. Somebody know the command to install the libs?
Sorry for my english!!
Thanks

If you use debian’s package, such as nvidia-glx, you can install 32bit libs by using the following one command;
$ sudo apt-get install libgl1-nvidia-glx:i386

See http://wiki.debian.org/NvidiaGraphicsDrivers for details.