awslabs / aws-elasticache-cluster-client-libmemcached

Libmemcached library support for Amazon ElastiCache Memcached Cluster for PHP. The client is available at https://github.com/awslabs/aws-elasticache-cluster-client-memcached-for-php.
Other
26 stars 24 forks source link

v1.0.18 failing unit tests on make both Ubuntu and AWS Linux #9

Closed jdolinski closed 6 years ago

jdolinski commented 7 years ago

Hello, I am getting errors on my unit tests when running make on Ubuntu 16. Example: /home/dotcomm/step1/aws-elasticache-cluster-client-libmemcached/BUILD/../libtest/dynamic_mode.cc:60: undefined reference to `parse_memcached_configuration'

All the errors are "undefined reference". Is it compatible with Ubuntu 16?

jdolinski commented 7 years ago

Tested on Ubuntu 14 and getting same error. Tests are unable to resolve memcached references. Is there a prerequisite I am missing?

jdolinski commented 7 years ago

Confirmed v1.0.8 works as described in the AWS documentation However, v1.0.18 is not working and failing unit tests for dynamic mode.

malyeyev-AMZN commented 7 years ago

Is this a duplicate of https://github.com/awslabs/aws-elasticache-cluster-client-libmemcached/issues/8 ?

jdolinski commented 7 years ago

Hello,

Yes, it is a duplicate of #8. I also believe #7 is related.

Thanks, -jim

On Tue, Apr 11, 2017 at 11:31 AM, malyeyev-AMZN notifications@github.com wrote:

Is this a duplicate of #8 https://github.com/awslabs/aws-elasticache-cluster-client-libmemcached/issues/8 ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/awslabs/aws-elasticache-cluster-client-libmemcached/issues/9#issuecomment-293319605, or mute the thread https://github.com/notifications/unsubscribe-auth/ACdwhnWd-LHhgIyl5Kro1-MEw2YHMcX7ks5ru6rNgaJpZM4MwJW1 .

QuChen88 commented 6 years ago

Resolving.