when i try to install the couchbase couchnode modul on ubuntu 12.04 (with the libcouchbase packages from http://packages.couchbase.com/ubuntu/couchbase-ubuntu1204.list installed before) it fails with the error:
$ npm install couchbase@0.1.0
…
/usr/include/libcouchbase/plugins/io/libuv/plugin-libuv.c:50:26: error: ‘UV_RUN_ONCE’ undeclared (first use in this function)
…
gyp ERR! build error
…
trying the same with the libcouchbase packages installed manually with the latest from https://github.com/couchbase/libcouchbase works fine. the npm install succeeds.
is this a bug? or is couchnode just not working with the libcouchbase packages from the couchbase ubuntu repositories
regards philipp