I will edit smaeda (smaeda) a little to make it properly run with remaining 
cuda installtion
after  running these commands

$ sudo mv /usr/lib/nvidia-375/libEGL.so.1 /usr/lib/nvidia-375/libEGL.so.1.org
$ sudo mv /usr/lib32/nvidia-375/libEGL.so.1 
/usr/lib32/nvidia-375/libEGL.so.1.org
$ sudo ln -s /usr/lib/nvidia-375/libEGL.so.1 
/usr/lib/nvidia-375/libEGL.so.375.39
$ sudo ln -s /usr/lib32/nvidia-375/libEGL.so.1 
/usr/lib32/nvidia-375/libEGL.so.375.39


Execute the following to apply changes:
sudo ldconfig

Build the NVIDIA samples so we can confirm CUDA is working
cd /root/NVIDIA_CUDA-7.0_Samples/   ( note it should point to the directory you 
installed samples in)
sudo make
NOTE: This step takes quite a bit of time to complete.

cd 1_Utilities/deviceQuery

Execute the following to test:
sudo ./deviceQuery

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1662860

Title:
  /sbin/ldconfig.real: /usr/lib/nvidia-375/libEGL.so.1 is not a symbolic
  link

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1662860/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to