1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 11:43:07 +01:00

fixed some formating

stephenl03 2017-02-02 21:49:02 -06:00
parent 576f10cf30
commit 72055abf84

@ -11,7 +11,7 @@ Please note these were the steps taken by an experienced user.
* If you have issues or you started from a very base (minimal) install, you may also need
yum -y install wget git par2cmdline p7zip unrar unzip tar gcc python-yenc python-feedparser python-configobj python-cheetah python-dbus python-support python-devel libxslt-devel
yum -y install wget git par2cmdline p7zip unrar unzip tar gcc python-yenc python-feedparser python-configobj python-cheetah python-dbus python-support python-devel libxslt-devel
*Add a user for sonarr to use
@ -78,11 +78,11 @@ Run the following to test for missing mono links.
If you see a line similar to
_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_
_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_
The resolution below will fix that.
### Resolution:
Run the following command
`ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so`
`ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so`