Skip to content

Memcached compile issues on Heroku #36

Description

@josh803316

It appears that the new cedar stack may not support the memcache gem which is included in the gemspec. I tried including Dalli but I realized that I did not inherently have libsasl2-dev which meant the compile phase was failing with something like this:

rlibmemcached_wrap.c:13777: error: ‘SASL_OK’ undeclared (first use in this function)

I believe you tried to get around this before by not enforcing the memcache gem require in the Gemfile but since you still include it in the gemspec and call the gemspec in the Gemfile it's not quite working the way I would expect. Do you know of a workaround for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions