sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46114
Re: [Question #665097]: Ubunto Linux Installation
Question #665097 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665097
Mike Bedwell proposed the following answer:
ldd requires the full path to the library you want to check. Most linux distros would store it in /usr/lib
change your command to 'ldd -r /usr/lib/libopencv_core.so.2.4' (sans quotes of course) and you may get better results. Failing that, you can usually use the 'whereis' utility to see where the file was stored. 'whereis libopencv_core.so.2.4'.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.