linux - cannot open shared library file while running program in arm machine -


i have build program in linux(ubuntu 12.04) using arm-linux-gnueabi-g++. program compiles fine. when transferred program arm machine , tried run got error:

error while loading shared libraries: libpvrocl.so: cannot open shared object file: no such file or directory.

i copied library /usr/local/lib folder of arm machine did not work. cannot change conf file or environvent variables of arm machine. arm system stripped down extent doesn't have ldconfig or ldd or else. ldd run on more capable system against executable shows line: not dynamic executable can give me solution or show me path? e appreciated.

i tried build code statically , specified libraries full path. not build gives me error: attempted static link of dynamic object `/opencv/opencv/install/lib/libopencv_core.so'


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -