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

pecl8: command not found #58

Open
rodrigolabs opened this issue Sep 23, 2023 · 3 comments
Open

pecl8: command not found #58

rodrigolabs opened this issue Sep 23, 2023 · 3 comments

Comments

@rodrigolabs
Copy link

Hello, I tried to install package opentelemetry without success.

The pecl extension was not found.

I tried following the manual with the following commands:

RUN apk add --no-cache $PHPIZE_DEPS \
&& pecl8 install opentelemetry

With the following return:

bash-5.1# apk add --no-cache $PHPIZE_DEPS \
&& pecl8 install opentelemetry
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
OK: 318 MiB in 147 packages
bash: pecl8: command not found
bash-5.1# 

How to correctly install pecl?

Tks!

@tiancheng-66
Copy link

i also have same question,whether using pecl8 or pecl none of then can do it

FROM hyperf/hyperf:8.1-alpine-v3.18-swoole

use pecl
use pecl8

@eual8
Copy link

eual8 commented Jun 12, 2024

Same here. Has anyone found a solution to this issue?

image

FROM hyperf/hyperf:8.3-alpine-v3.19-swoole-slim-v5.1

@tw2066
Copy link
Contributor

tw2066 commented Jun 19, 2024

同样在这里。有没有人找到解决这个问题的方法?

图像 来自 hyperf/hyperf:8.3-alpine-v3.19-swoole-slim-v5.1

apk add php83-pecl-grpc

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

4 participants