Hello, it seems that there is an error when trying to enable elastic cache client. The error I get is below
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/7.0/modules/amazon-elasticache-cluster-client.so' - /usr/lib64/php/7.0/modules/amazon-elasticache-cluster-client.so: undefined symbol: igbinary_unserialize in Unknown on line 0
I replaced the .so file with the one provided by Amazon (downloaded it today) and it works fine. So I guess the file in the stack needs to be updated.
Hello, it seems that there is an error when trying to enable elastic cache client. The error I get is below
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/7.0/modules/amazon-elasticache-cluster-client.so' - /usr/lib64/php/7.0/modules/amazon-elasticache-cluster-client.so: undefined symbol: igbinary_unserialize in Unknown on line 0
I replaced the .so file with the one provided by Amazon (downloaded it today) and it works fine. So I guess the file in the stack needs to be updated.
Thanks Christos