On Wed, 14 Oct 2009 15:30:32 -0500 Ian Eyberg <[email protected]> wrote:
> > Hi Amit, > > That's a really old ticket you found! ;) > > Here is how we are handling it for now: > > you'll want to grab the correct libs that evan has here: > > wget http://blog.evanweaver.com/files/libmemcached-0.25.14.tar.gz > ./configure && make && sudo make install > > then grab his matching gem, yes they have to match otherwise > you end up in dependency hell > > wget http://blog.evanweaver.com/files/memcached-0.13.gem > sudo gem install memcached-0.13.gem > > don't forget to do a ldconfig afterwards.. > > This solved our problem but it really isn't that cool cause you > still have to make the connection to memcached -- so it's at > best a 'temp. fix' -- I definitely wouldn't recommend this if > you are going across the network as latency will strike you down. > > -ian > The recent versions of the memcached gem (from 0.15 up, iirc) bundle the libmemcached library, so the steps you list here shouldn't be needed any more. The gem is currently on 0.17.3, which binds to libmemcached 0.32. Regards Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
