diff --git a/Installation-CentOS-7.md b/Installation-CentOS-7.md index 56b1989..826cbb8 100644 --- a/Installation-CentOS-7.md +++ b/Installation-CentOS-7.md @@ -81,9 +81,9 @@ Please note these were the steps taken by an experienced user. systemctl enable sonarr.service systemctl start sonarr.service -Troubleshooting. +## Troubleshooting. -Symptom: +### Symptom: The service has loaded and when browsing to the site it is blank. Run the following to test for missing mono links. @@ -91,10 +91,13 @@ Run the following to test for missing mono links. sudo systemctl start sonarr journalctl -xe | grep libMonoPosixHelper.so` -If you see a line similar to -_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_ -The resolution below will fix that. +If you see a line similar to -Resolution: -Run the following command -'sudo ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so' \ No newline at end of file +_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_ + +The resolution below will fix that. + +### Resolution: +Run the following command + +`sudo ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so` \ No newline at end of file