Ruby on rails 安装memcache gem时出错

Ruby on rails 安装memcache gem时出错,ruby-on-rails,ruby,Ruby On Rails,Ruby,我正在运行gem install memcache-v'1.2.13',在OSX 10.8上的ruby 1.9.3上遇到了这个错误 ld: library not found for -lruby.1.9.1 collect2: ld returned 1 exit status make: *** [native_server.bundle] Error 1 Gem files will remain installed in /Users/username/.rvm/gems/ruby-

我正在运行gem install memcache-v'1.2.13',在OSX 10.8上的ruby 1.9.3上遇到了这个错误

ld: library not found for -lruby.1.9.1
collect2: ld returned 1 exit status
make: *** [native_server.bundle] Error 1


Gem files will remain installed in /Users/username/.rvm/gems/ruby-1.9.3-p125/gems/memcache-1.2.13 for inspection.
Results logged to /Users/username/.rvm/gems/ruby-1.9.3-p125/gems/memcache-1.2.13/ext/gem_make.out

现在我不知道该怎么办。

好吧,也许有点晚了,但是对于每个有同样问题的人来说,你可以看看我的帖子,它是关于同一个主题的。我找到了解决这个问题的办法

-->


希望这对你也有帮助!;-)

您是否安装了
memcached