About Me

My photo
जिंदगी की परीक्षा में कोई नम्बर नहीं मिलते है लोग आपको दिल से याद करे तो समझ लेना आप पास हो गए....

Tuesday 12 June 2012

error memcached gem installation


while running bundle install  got the following error for installing  memcached (1.4.1) gem

An error occured while installing memcached (1.4.1), and Bundler cannot continue.
Make sure that `gem install memcached -v '1.4.1'` succeeds before bundling.


solution steps :
1. apt-get install memcached (if still same error then complete step 2 and 3)
2. apt-get install libsasl2-dev
3. /etc/init.d/memcached restart

No comments:

Post a Comment