Memcache issue with Mack 0.2.0

If you get this error:

no such file to load -- memcache

The problem is mack-0.2.0 uses the cachetastic-1.3.1 gem, which has an errant require in the memcache adapter. There will be a patch forthcoming for Mack to use the lastest version of cachetastic which solves this issue.

Until that patch is out, the easiest thing to do is install the memcache-client gem, like such:

$ sudo gem install memcache-client

Tags: , ,

Leave a Reply