yeszao / dnmp

Docker LNMP (Nginx, PHP7/PHP5, MySQL, Redis)
https://www.awaimai.com/2120.html
MIT License
3.93k stars 1.41k forks source link

安装swoole、rdkafka 出现问题 #592

Closed pl1998 closed 2 weeks ago

pl1998 commented 4 months ago

install.sh

swoole-4.8.10.tgz 也下载到了extensions目录

if [[ -z "${EXTENSIONS##*,swoole,*}" ]]; then
    echo "---------- Install swoole ----------"
    isPhpVersionGreaterOrEqual 8 0
    if [[ "$?" = "1" ]]; then
        installExtensionFromTgz swoole-4.8.10 --enable-openssl --enable-http2
    fi
fi

日志

#11 69.17 ---------- Install swoole ----------
#11 69.19 tar: This does not look like a tar archive
#11 69.19 gzip: invalid magic
#11 69.19 tar: Child returned status 1
#11 69.19 tar: Error is not recoverable: exiting now
#11 69.19 Cannot find config.m4. 
#11 69.19 Make sure that you run '/usr/local/bin/phpize' in the top level source directory of the module
#11 69.19 
#11 69.19 error: 'swoole' does not exist
jingmian commented 4 months ago

安装php版本是多少

pl1998 commented 4 months ago

安装php版本是多少

php8.0