MediaInfo Library could not be loaded libmediainfo.so.0 error

Sonarr version (exact version): 2.0.0.5054
Mono version (if Sonarr is not running on Windows): 4.8.1
OS: Fedora

I started getting this error out of nowhere, limediainfo was always installed. The only thing that I did in the last 2 weeks was rebooted the system same day the issue apeared.

Odd thing is that I cannot find the file Sonarr is complaining about anywhere.

[dom@Server ~]$ sudo find / -name  "libmediainfo"
/usr/share/licenses/libmediainfo
/usr/share/doc/libmediainfo

The thing is that mediainfo is working just fine and displays media info as expected. So why is Sonarr looking for this file while mediainfo doesn’t seem to need it? Was the file renamed recently?

Same exact issue with radarr as well. What is going on here?

Ahh, thank you, I missed that post.

I should have use this find command:

[dom@Server ~]$ sudo find / -name  "libmediainfo.so.*"
/usr/lib64/libmediainfo.so.17.10
/usr/lib64/libmediainfo.so.17

Ceating a symlink works just fine.

sudo ln -s /usr/lib64/libmediainfo.so.17 /usr/lib64/libmediainfo.so.0

Hopefuly this is fixed in the next version, seems like Sonarr could jus look for libmediainfo.so.* instead of a specific version.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.