作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试安装 gem couchbase-1.2.0.dp6.gem。但是在安装时需要 libcouchbase-1.1.0dp8。
Building native extensions. This could take a while...
ERROR: Error installing couchbase-1.2.0.dp6.gem:
ERROR: Failed to build gem native extension.
/Users/ms/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
checking for libcouchbase_get_num_replicas() in -lcouchbase... no
You should install libcouchbase >= 1.1.0dp8. See http://www.couchbase.com/develop/ for more details
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/mohammad.salim/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
--with-libcouchbase-dir
--without-libcouchbase-dir
--with-libcouchbase-include
--without-libcouchbase-include=${libcouchbase-dir}/include
--with-libcouchbase-lib
--without-libcouchbase-lib=${libcouchbase-dir}/lib
--with-couchbaselib
--without-couchbaselib
Gem files will remain installed in /Users/ms/.rvm/gems/ruby-1.9.3-p194/gems/couchbase-1.2.0.dp6 for inspection.
Results logged to /Users/ms/.rvm/gems/ruby-1.9.3-p194/gems/couchbase-1.2.0.dp6/ext/couchbase_ext/gem_make.out
最佳答案
当您使用边缘版本时,我建议您使用以下方法安装它们:
对于 libcouchbase(最近的是 2.0.0beta3)
$ brew install https://github.com/couchbase/homebrew/raw/preview/Library/Formula/libcouchbase.rb
$ gem install couchbase --pre
关于couchbase - 如何在 mac 上安装 libcouchbase-1.1.0.dp8?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13264916/
我是一名优秀的程序员,十分优秀!