PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20160303/grpc.so' - dlopen(/usr/lib/php/extensions/no-debug-non-zts-20160303/grpc.so, 0x0009): dlopen(): file not found: /usr/lib/php/extensions/no-debug-non-zts-20160303/grpc.so in Unknown on line 0
In Pear, the extension lib is set to /usr/lib/php/extensions/no-debug-non-zts-20160303. So I expect it to install the gRPC extension there. Indeed the dir shows no .so file.
What can I do to install this extension in my php environment?
Thank you,
Fred
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/c48db803-c433-4dfe-829c-a4529deaf2ba%40googlegroups.com.
On 20 Aug 2019, at 00:06, Stanley Cheung <stanle...@google.com> wrote:
Thank you.I run php 7 successfully on my local machine. What would you specifically sort out? What you mean with "PECL cannot find the standard PHP headers”.