italia / ckan-it

This project provides everything you need to run CKAN plus a set of extensions for supporting Italian open data in a set of Docker images.
Other
17 stars 19 forks source link

Redis v6 (current stable) is not compatible with CentOS 7 #58

Open jenkin opened 4 years ago

jenkin commented 4 years ago

Problem: row 29 fails building redis-cli (stable version)

Cause: row 13 in CentOS 7 installs gcc v4.8.5 but gcc >= 4.9 is required to build redis v6 (current stable version)

Solution: stick to redis v5.0.9 (last version of v5 branch)