How set LD_LIBRARY_PATH on Debian / Ubuntu Linux?
I was added this line to my .bashrc file :
export LD_LIBRARY_PATH="/usr/local/qwt-5.2.0/lib/libqwt.so.5"
I can compile exemple project from QWT, but when i try run it I have this error:
Starting /home/rafal/qwt-5.2.0/examples/bin/radio...
/home/rafal/qwt-5.2.0/examples/bin/radio: error while loading shared libraries: libqwt.so.5: cannot open shared object file: No such file or directory
/home/rafal/qwt-5.2.0/examples/bin/radio exited with code 127
Bookmarks