Hi I\'m having trouble setting up my Rails project on my server because apache keeps complaining
DalliError: No server available.
DalliError: No server available
I installed
I had the same problem. First I installed memcached as a gem gem install memcached and got the error "DalliError: No server available"
gem install memcached
Then I installed memcached by doing sudo apt-get install memcached. It works fine now.
sudo apt-get install memcached