Ask Your Question
0

error while loading shared libraries: libopencv_core.so.3.0

asked 2014-01-23 21:16:02 -0600

RamiJack gravatar image

error while loading shared libraries: libopencv_core.so.3.0: cannot open shared object file: No such file or directory.

i am using eclipse c/c++ ide on ubuntu 13.10

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-01-23 22:07:41 -0600

unxnut gravatar image

updated 2014-01-23 22:10:03 -0600

Check if those libraries are present in your environment variable LD_LIBRARY_PATH. If not, add the directory containing those libraries to this variable. If the libraries are present in /usr/local/lib, add the following to your .bashrc

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-23 21:16:02 -0600

Seen: 16,199 times

Last updated: Jan 23 '14