Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装swoole、rdkafka 出现问题 #592

Open
pl1998 opened this issue May 16, 2024 · 2 comments
Open

安装swoole、rdkafka 出现问题 #592

pl1998 opened this issue May 16, 2024 · 2 comments

Comments

@pl1998
Copy link

pl1998 commented May 16, 2024

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
Copy link
Collaborator

安装php版本是多少

@pl1998
Copy link
Author

pl1998 commented May 17, 2024

安装php版本是多少

php8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants