mcavage / node-bdb

node.js bindings for Berkeley DB
Other
33 stars 8 forks source link

node-bdb could't install with node-gyp #5

Open robinxc opened 11 years ago

robinxc commented 11 years ago

node-bdb could't install with node-gyp now berkeley DB new vers berkeledb6.0 and nodejs v0.10
could you modify you code and add binding.gyp
thinks

roncemer commented 10 years ago

If I run npm install bdb-fork-grimen I get the following:

npm http GET https://registry.npmjs.org/bdb-fork-grimen npm http 304 https://registry.npmjs.org/bdb-fork-grimen npm http GET https://registry.npmjs.org/bindings npm http 304 https://registry.npmjs.org/bindings npm ERR! Error: ENOENT, chmod '/home/rcemer/tam/php/node/node_modules/bdb-fork-grimen/deps/db-5.1.25/build_unix/db_archive' npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com

npm ERR! System Linux 3.5.0-44-lowlatency npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "bdb-fork-grimen" npm ERR! cwd /home/rcemer/tam/php/node/node_modules npm ERR! node -v v0.10.22 npm ERR! npm -v 1.3.14 npm ERR! path /home/rcemer/tam/php/node/node_modules/bdb-fork-grimen/deps/db-5.1.25/build_unix/db_archive npm ERR! code ENOENT npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/rcemer/tam/php/node/node_modules/npm-debug.log npm ERR! not ok code 0

Please fix. I'm re-writing some PHP code in node.js, and it needs to access some BDB files. I'm using the Chris Lea node repository under Ubuntu 12.10 64-bit. Node.js version is 0.10.22-1chl amd64.

mcavage commented 10 years ago

Hello,

See https://github.com/mcavage/node-bdb/issues/2#issuecomment-4503342

You don't want this.

On Fri, Dec 6, 2013 at 11:11 AM, roncemer notifications@github.com wrote:

If I run npm install bdb-fork-grimen I get the following:

npm http GET https://registry.npmjs.org/bdb-fork-grimen npm http 304 https://registry.npmjs.org/bdb-fork-grimen npm http GET https://registry.npmjs.org/bindings npm http 304 https://registry.npmjs.org/bindings npm ERR! Error: ENOENT, chmod '/home/rcemer/tam/php/node/node_modules/bdb-fork-grimen/deps/db-5.1.25/build_unix/db_archive' npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issueshttps://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com

npm ERR! System Linux 3.5.0-44-lowlatency npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "bdb-fork-grimen" npm ERR! cwd /home/rcemer/tam/php/node/node_modules npm ERR! node -v v0.10.22 npm ERR! npm -v 1.3.14 npm ERR! path /home/rcemer/tam/php/node/node_modules/bdb-fork-grimen/deps/db-5.1.25/build_unix/db_archive npm ERR! code ENOENT npm ERR! errno 34 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/rcemer/tam/php/node/node_modules/npm-debug.log npm ERR! not ok code 0

Please fix. I'm re-writing some PHP code in node.js, and it needs to access some BDB files. I'm using the Chris Lea node repository under Ubuntu 12.10 64-bit. Node.js version is 0.10.22-1chl amd64.

— Reply to this email directly or view it on GitHubhttps://github.com/mcavage/node-bdb/issues/5#issuecomment-30020520 .