memcache icon indicating copy to clipboard operation
memcache copied to clipboard

Advanced ruby memcache client

Results 9 memcache issues
Sort by recently updated
recently updated
newest added

ruby-1.9.3-p547, rvm 1.25.27, Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.2.0 At least it needs https://github.com/DominikTo/homebrew/commit/f79286d8df6f612fd3f33d0c05fbfe5690824ad5, but then there are problems with the linker ``` Gem::Ext::BuildError: ERROR:...

gem install memcache works without error. I can see that I have /var/lib/gems/1.9.1/gems/memcache-1.5.1/lib/memcache/native_server.so OS: Linux Mint 17 (Ubuntu 14.04) when i require 'memcache' i get: memcache is not using native...

Hi, When I try to `gem install memcache` on powerpc64le, I get the following failure: ``` Building native extensions. This could take a while... ERROR: Error installing memcache: ERROR: Failed...

Detect ruby version 2.1+ and use appropriate #define statement

There is a problem building the native part of the gem on a 64bit machine, because the path of the build library is different ;-) The code to fix is...

trying to install latest version 1.5.1 with ruby 2.1.0. and it doesnt work. getting lots of this messages: ``` ^ ./libmemcached/dtrace_probes.h:322:27: warning: '$' in identifier [-Wdollar-in-identifier-extension] extern void __dtrace_probe$libmemcached$memcached_replace_end$v1(void); ```

gem install memcache or bundle update fails with error which says some unit test failed Here is the error log: The part which I think would be useful ` CXXLD...

Cannot install memcache v1.2.13 on ruby 2.0.0-p0 ``` $ gem install memcache -v 1.2.13 ``` Gives the following errors (full [gem_make.out](https://gist.github.com/IanVaughan/5488741)) ``` compiling native_server.c native_server.c: In function ‘escape_key’: native_server.c:178: error:...

Building the native extension does not work correctly when using RVM. Manually adding the lib path like so https://github.com/milgner/memcache/commit/474a45ecb88e49d948c0c499a626c54e8160c5be did the trick. This of course is no solution but I...