Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memcached compile issues on Heroku #36

Open
josh803316 opened this issue Mar 16, 2013 · 2 comments
Open

Memcached compile issues on Heroku #36

josh803316 opened this issue Mar 16, 2013 · 2 comments

Comments

@josh803316
Copy link

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?

@juliocesar
Copy link
Owner

Josh,

I haven't really tried to solve this. Can't say I have worked on this library for a while now. The solution I'd recommend is for you to fork it, remove the dependencies causing the problem, and make a gem for your fork and use it.

Hope that helps.

@josh803316
Copy link
Author

I was a able to create the fork and removed the references to memcached. That worked but led to another issue which is not related. Ill open in a separate ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants