reason:
Redis compilation failed before, for example, PKG config plug-in is not installed. This error will be reported when redis compiles again after PKG config is installed, because the cache file remains when the last compilation fails.
Solution:
Clear the residual files before recompiling:
make distclean && make
Similar Posts:
- CentOS8 Install redis-6.0.6 make test:“ You need tcl 8.5 or newer in order to run the Redis test“
- [Solved] redis Start Error: FATAL CONFIG FILE ERROR: Bad directive or wrong number of arguments
- [Solved] #Creating Server TCP listening socket *:6379: bind: Address already in use
- Linux Configure Redis make Commands Error [Solved]
- Redis service failed to start, prompt: redis server: command not found
- [Solved] Redis MISCONF ERROR: Redis is configured to save RDB snapshots
- Quick resolution of gem install redis error
- Error reported in the celery log of the project: redis.exceptions.connectionerror failed to connect with redis
- After npm5, execute NPM cache clean and report an error
- [Solved] Redis Connect Error: ERR Client sent AUTH, but no password is set