Linux: resolve won't launch because it can't find a shared l

ibrary that i definitely have.
so what the hell am i missing
- Code: Select all
spyndling@pop-os:/opt/resolve$ '/opt/resolve/bin/resolve'
/opt/resolve/bin/resolve: error while loading shared libraries: libopencv_highgui.so.409: cannot open shared object file: No such file or directory
- Code: Select all
spyndling@pop-os:/opt/resolve$ sudo apt install libopencv-highgui4.5d
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libopencv-highgui4.5d is already the newest version (4.5.4+dfsg-9ubuntu4).
- Code: Select all
spyndling@pop-os:/opt/resolve$ sudo apt install libopencv-highgui-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libopencv-highgui-dev is already the newest version (4.5.4+dfsg-9ubuntu4).
so what the hell am i missing