-
Notifications
You must be signed in to change notification settings - Fork 106
Description
While doing some updating on my mac, I wanted to start using the couchbase-model which requires couchbase 1.2.0.dp. That is all and fine however when it tried to install I started getting complaints about not have libcouchbase 1.1.0.dp.
Of so fine... I headed over to homebrew to do an update on it and found only two versions available the highest being 1.0.2.
I am using the following:
ruby - ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.3.0]
rubygem - 1.8.23
when I try to install couchbase-model I get the following:
Building native extensions. This could take a while...
ERROR: Error installing couchbase-model:
ERROR: Failed to build gem native extension.
/Users/william/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
checking for libcouchbase_make_couch_request() in -lcouchbase... no
You should install libcouchbase >= 1.1.0dp
*** extconf.rb failed ***
How can I get libcouchbase 1.1.0dp installed using homebrew? Thank you for the help.