aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 601 forks source link

Problematic amazon-elasticache-cluster-client.so #59

Open ghost opened 5 years ago

ghost commented 5 years ago

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

mancillad commented 5 years ago

Hello Darryl,

Any update on this issue?

Thanks