C++ samples don't run with master branch
Hi,
I build OpenCV master branch from github in fedora18 x64 machine. But the C++ samples don't run. It throws following error:
./a.out: error while loading shared libraries: libopencv_gpuarithm.so.2.4: cannot open shared object file: No such file or directory
But when I checked installation folder, the file is there. Moreover, python bindings are working fine. It also worked fine in OpenCV 2.4.5. Anyone have any idea what is the problem here?
More details, if needed, will be provided.