PDA

View Full Version : how to point to the library!!?



drinu21
25th November 2007, 14:36
hi all,

i am using kubuntu, and i've intsalled qwt with qmake, make, and make install, now
i am trying to use the examples but when trying to load is telling me:

Running...
/home/adrian/Desktop/qwt-5.0.2/examples/event_filter/event_filter: error while loading shared libraries: libqwt.so.5: cannot open shared object file: No such file or directory
---------------------- Exited normally ----------------------

i know that i have to point or something to the library but how you to that in linux???

any help is appreciated

jpn
25th November 2007, 15:22
Hi, search for "LD_LIBRARY_PATH" or "ld.so.conf". ;)