Ok, problem fixed. It turns out, LD_LIBRARY_PATH in isn't the best idea. After removing it from .bashrc and adding new line in file /etc/ld.so.conf:
Qt Code:
  1. /usr/local/cuda-5.5/lib64
To copy to clipboard, switch view to plain text mode 
and run:
Qt Code:
  1. sudo ldconfig
To copy to clipboard, switch view to plain text mode 
everything works fine. I hope it will help someone.