Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jenkin
Copy link
Member

@jenkin jenkin commented Jun 18, 2020

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)

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](https://stackoverflow.com/a/61648254) (current stable version)

Solution: stick to redis v5.0.9 (last version of v5 branch)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant