I am trying to install NVIDIA CUDA. When it is installing the tool kit, it displayed the following error message.
Missing recommended library: libGLU.so
Missing recommended library: libXi.so
Missing recommended library: libXmu.so
I am not a Linux guy, so I used apt-get install libGLU.so
to install it, but it did not work. How can I fix this and install these? I am on 32 bit Linux.
Try apt-get install libglu1-mesa libxi-dev libxmu-dev libglu1-mesa-dev
. You can find this info yourself by searching the Ubuntu package contents.