Topic: redis missing jemalloc dependency

Latest version of redis is missing the jemalloc dependency.

Version redis.x86_64 0:2.8.11-1.el6.remi can cause this error when trying to start:
/usr/sbin/redis-server: error while loading shared libraries: libjemalloc.so.1: cannot open shared object file: No such file or directory

The solution is to install jemalloc:
yum install jemalloc

Thanks,
Adam

Re: redis missing jemalloc dependency

$ rpm -qp --requires redis-2.8.12-1.el6.remi.x86_64.rpm | grep malloc
libjemalloc.so.1()(64bit)

$ rpm -q --provides jemalloc
libjemalloc.so.1()(64bit)  
...

So everything is ok, yum will pull jemalloc to satisfy this dependency.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi