Likely the problem is that you have the wrong version of the library.
Running the following command and look for not found messages:
- Code: Select all
ldd /opt/resolve/bin/resolve
Resolve installs its own version in /opt/resolve/libs/libopencv_highgui.so.409
I suspect your system version (the wrong one) is being found before Resolve's version.
To show the Resolve library and symlinks, do
- Code: Select all
ls -l /opt/resolve/libs/libopencv_highgui*
Are you using libopencv_highgui for something? If not, as long as the Resolve libs are in the correct place, uninstalling libopencv-highgui4.5d should help.