libhiredis.so.0.13 => not found 缺少

wget https://github.com/redis/hiredis/archive/v0.13.3.tar.gz
tar -xzvf v0.13.3.tar.gz
cd  hiredis-0.13.3
make -j4
make -j4 install ldconfig

ldd 文件 测试是否还缺少包

原文地址:https://www.cnblogs.com/lvcisco/p/10144349.html