-
Notifications
You must be signed in to change notification settings - Fork 192
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
An error occurs during the installation of opentelemetry using pecl. #1283
An error occurs during the installation of opentelemetry using pecl. #1283
Comments
Hi, and thanks for the bug report. It looks like a simple fix, but I'd like to understand why our CI checks didn't complain about it. We compile with |
I have the same problem
|
I too have the same problem
|
Thanks for the extra details. So it seems to be that clang is more picky than gcc, so I'll try to get a macos build running in our CI. |
Thank you. I managed to install it correctly using the latest version.
|
This is now released as https://pecl.php.net/package/opentelemetry/1.0.3 |
thank you
|
Describe your environment
$ pear version
PEAR Version: 1.10.15
PHP Version: 8.1.28
Zend Engine Version: 4.1.28
$ sw_vers
ProductName: macOS
ProductVersion: 13.3
BuildVersion: 22E252
etc.
gcc 13.2.0
make 4.4.1
autoconf 2.72
(I installed gcc make autoconf using homebrew)
Steps to reproduce
$ pecl install opentelemetry
What is the expected behavior?
installation of the opentelemetry extension.
What is the actual behavior?
Additional context
How do I install the opentelemetry extension?
Installation using pickle also causes make failed.
The text was updated successfully, but these errors were encountered: