I am using ubuntu 22.04. Now every time I try to run software compiled with Opencv, I get the following error:
`libavcodec.so.58 => not found libavformat.so.58 => not found libavutil.so.56 => not found libswscale.so.5 => not found`Looking around /lib/x86_64-linux-gnu/, I can find libavcodec.so.59, but not libavcodec.so.58.
When trying to run sudo apt-get install libavcodec58, I get:
Package 'libavcodec58' has no installation candidate
I've scoured the internet in search of an answer, but could not find anything at this point. Any help with solving this problem will be very much appreciated.
I have tried to recreate symbolic link with'ls -l libavcodec.so.59'1 root root 23 Aug 10 2024 libavcodec.so.59 ->libavcodec.so.59.37.100`
'dconfig -vl libavcodec.so.59.37.100'libavcodec.so.59 -> libavcodec.so.59.37.100`
But I am still struck