mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-25 04:02:48 +01:00
Current mono-opt and mono-opt-devel RPMs are 3.12.0-2.1 and crash upon running Sonarr. mono-opt-3.4(-devel) are static builds of 3.4 which works.
parent
4407955fc3
commit
b895b53602
10
CentOS-6.md
10
CentOS-6.md
@ -29,9 +29,15 @@ The installation assumes that you're not using the root user to install/run Sona
|
||||
The OpenSuse mono-opt will be installed under /opt so it can probably coexist with the CentOS mono-core (i havent tested this myself!)
|
||||
|
||||
```bash
|
||||
sudo yum install gcc-c++ gcc mediainfo libzen libmediainfo curl gettext mono-opt mono-opt-devel
|
||||
sudo yum install gcc-c++ gcc mediainfo libzen libmediainfo curl gettext
|
||||
```
|
||||
|
||||
As of this writing, the "mono" and "mono-opt" packages from the OpenSuse are version 3.12.0-2.1 and cause a coredump when you attempt to run Sonarr. Use the "mono-3.4" packages instead:
|
||||
|
||||
```bash
|
||||
sudo yum install mono-opt-3.4 mono-opt-devel-3.4
|
||||
```
|
||||
|
||||
|
||||
4. **Download sqlite3.8.5 source and extract it**
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user