在基于"php:8.0.2-fpm-buster"image,我运行
pecl install zstd
echo "extension=zstd.so" > /path/to/php.ini
然后运行
pecl install redis
enable zstd compression support? [no] : yes
输出为
checking for libzstd files in default path... not found
configure: error: Please reinstall the libzstd distribution
这个问题有解决方案或变通方法吗?
运行
apt-get -y install libzstd-dev
查看github问题的详细信息。