Created
July 18, 2014 21:48
-
-
Save lindenle/78bcd4cb01b64b72f74b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] install /vagrant/sc-server/node_modules/zookeeper | |
> node-gyp rebuild | |
make: Entering directory `/vagrant/sc-server/node_modules/zookeeper/build' | |
ACTION binding_gyp_libzk_target_build_zk_client_lib . | |
Get zookeeper-3.4.6 download url from http://www.apache.org/dyn/closer.cgi/zookeeper/ | |
Downloading zookeeper-3.4.6 from http://mirrors.advancedhosters.com/apache/zookeeper//zookeeper-3.4.6/zookeeper-3.4.6.tar.gz | |
libzk-build.sh: line 50: ./configure: Permission denied | |
Unable to build zookeeper library | |
make: *** [.] Error 1 | |
make: Leaving directory `/vagrant/sc-server/node_modules/zookeeper/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23) | |
gyp ERR! stack at ChildProcess.emit (events.js:98:17) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:809:12) | |
gyp ERR! System Linux 2.6.32-431.el6.x86_64 | |
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
cwd /vagrant/sc-server/node_modules/zookeeper | |
gyp ERR! node -v v0.10.29 | |
gyp ERR! node-gyp -v v0.13.1 | |
gyp ERR! not ok | |
npm ERR! [email protected] install: `node-gyp rebuild` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script. | |
npm ERR! This is most likely a problem with the zookeeper package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-gyp rebuild | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls zookeeper | |
npm ERR! There is likely additional logging output above. | |
npm ERR! System Linux 2.6.32-431.el6.x86_64 | |
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "zookeeper" | |
npm ERR! cwd /vagrant/sc-server | |
npm ERR! node -v v0.10.29 | |
npm ERR! npm -v 1.4.14 | |
npm ERR! code ELIFECYCLE | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /vagrant/sc-server/npm-debug.log | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment