libjemalloc.so.1()(64bit)
fatal: [db01]: FAILED! => {"changed": false, "changes": {"installed": ["redis"]}, "msg": "Error: Package: redis-3.2.12-2.el7.x86_64 (local)\n Requires: libjemalloc.so.1()(64bit)\n", "rc": 1, "results": ["Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package redis.x86_64 0:3.2.12-2.el7 will be installed\n--> Processing Dependency: libjemalloc.so.1()(64bit) for package: redis-3.2.12-2.el7.x86_64\n--> Finished Dependency Resolution\n You could try using --skip-broken to work around the problem\n You could try running: rpm -Va --nofiles --nodigest\n"]}
解决方案:
我们下载这个包 到本地
yum -y reinstall --downloadonly --downloaddir /share/packages/ jemalloc
如果你下载不了,我提供一个连接:
jemalloc-3.6.0-1.el7.x86_64.rpm:
https://url69.ctfile.com/f/253469-848487543-690119?p=2206 (访问密码: 2206)
之后测试:redis 安装成功
欢迎来撩 : 汇总all