Ask Your Question
0

C++ samples don't run with master branch

asked 2013-06-20 04:58:17 -0600

Abid Rahman K gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-06-20 05:03:56 -0600

Vladislav Vinogradov gravatar image

This is a known bug : http://code.opencv.org/issues/3103

The fix will be merged soon into master branch.

Temporary you can fix it by enabling WITH_CUBLAS and WITH_CUFFT CMake variables or disable WITH_CUDA.

edit flag offensive delete link more

Comments

+1 - Hmmm, CUDA is enabled by default? Didn't expect that. Just migrated from 2.4.5 to master branch for python bindings development. Anyway thank you. It works fine...

Abid Rahman K gravatar imageAbid Rahman K ( 2013-06-21 00:03:32 -0600 )edit

Question Tools

Stats

Asked: 2013-06-20 04:58:17 -0600

Seen: 176 times

Last updated: Jun 20 '13