Closed mmun closed 11 years ago
Hi,
I guess, the install folder of the opencv libraries you have used to build ropencv are not part of your LD_LIBRARY_PATH environment. Therefore, the opencv libraries cannot be found during run time.
Usually, opencv is installing its libraries into /usr/local/lib. Try to call export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH from the command line before starting ruby from the same command line.
I hope this helps Alex
Thank you. It works now! :beers:
Hi! This is a very cool project. I'm having trouble getting started. I'm running into this error when I try to
require 'ropencv'
.