I had a question/issue on updating Sonarr on CentOS 7 running mono 4.0.4
Had this error during an update:
Nov 03 22:04:21 mono[1613]: System.ComponentModel.Win32Exception: ApplicationName=‘mono’, CommandLine=’–debug /tmp/nzbdrone_update/NzbDrone.Update.exe 1613 /tmp/nzbdrone_update /apps/NzbDrone/NzbDrone.exe /nobrowser’, CurrentDirectory=’’, Native error= Cannot find the specified file
Running this manualy updated Sonarr:
/opt/mono/bin/mono --debug /tmp/nzbdrone_update/NzbDrone.Update.exe 1613 /tmp/nzbdrone_update /apps/NzbDrone/NzbDrone.exe /nobrowser
My question is this. Do I need to create a symbolic-link like this: ln -s /opt/mono/bin/mono /bin/mono so that mono is in the “PATH”?
I did the above command and the system can find mono now. I assume that’s all that’s necessary/needed?
LJ