【发布时间】:2023-02-08 18:05:06
【问题描述】:
在基于“php:8.0.2-fpm-buster”图像的容器中,我运行
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
这个问题有解决方案或解决方法吗?
【问题讨论】: