-
Notifications
You must be signed in to change notification settings - Fork 26
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
bug: opencensus.so: undefined symbol: ZVAL_DESTRUCTOR #6
Comments
Hi, thank you for pointing this issue out. I think that changing the dependency to A temporary solution would be to change the dependency in this repo, but not releasing a new version to composer (yet). You can then select I’m on mobile now, so can’t push the change. I will have time tomorrow though. |
I'm ok with that if isn't a problem to you, thank you for your attention. |
This is a temporary bump to dev-master. See issue #6 for more info.
It seemed like requiring In order to still resolve the issue, I think it's best to use a inline alias (more info) in your
I will keep this issue open until a new OpenCensus version is released. I started an issue for that here. |
Just a feedback, even with dev-master the |
Ok, I got it, here's what I did:
COPY opencensus/* /tmp/opencensus/
RUN cd /tmp/opencensus \
&& phpize \
&& ./configure --enable-opencensus \
&& make -j "$(nproc)" \
&& make install \
&& cd ~ \
&& rm -r /tmp/opencensus \
&& docker-php-ext-enable opencensus And it's working now. |
Glad it is working for you now! |
I am also having this problem, I am attempting to use @ibrunotom's suggested solution. there are other threads with this issue. I cant find a solution so just trying some stuff.. :( |
symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/opencensus.so: undefined symbol: ZVAL_DESTRUCTOR
Seems to have been resolved in dev-master (census-instrumentation/opencensus-php#235 (comment))
Could you please update it in the package dependencies?
The text was updated successfully, but these errors were encountered: