0

这是日志,nodejs 是 0.10.36,rhel 是 7 update 1,来自 repo 的 aerospike

   gyp动词节点开发目录/opt/app/engine/node_modules/aerospike/.node-gyp/0.10.36
   gyp 动词 `which` 成功用于 `make` /usr/bin/make
   make: 进入目录`/opt/app/engine/node_modules/aerospike/build'
   gyp info spawn make
   gyp info spawn args ['V=1', 'BUILDTYPE=Release', '-C', 'build' ]
     LD_LIBRARY_PATH=/opt/app/engine/node_modules/aerospike/build/Release/lib.host:/opt/app/engine/node_modules/aerospike/build/Release/lib.target:$LD_LIBRARY_PATH; 导出 LD_LIBRARY_PATH;cd ../.; mkdir -p aerospike-client-c/lib aerospike-client-c;脚本/aerospike-client-c.sh
   其中:没有 lsb_release 在 (/usr/lib/node_modules/npm/bin/node-gyp-bin:/opt/app/engine/node_modules/aerospike/node_modules/.bin:/opt/app/engine/node_modules/.bin :/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin)
   错误:不支持。
   make: *** [aerospike-client-c/lib/libaerospike.a] 错误 1
   制作:离开目录`/opt/app/engine/node_modules/aerospike/build'
   吉普错误!构建错误
   吉普错误!堆栈错误:`make` 失败,退出代码:2
   吉普错误!ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23) 的堆栈
   吉普错误!ChildProcess.emit (events.js:98:17) 的堆栈
   吉普错误!堆栈在 Process.ChildProcess._handle.onexit (child_process.js:820:12)
   吉普错误!系统 Linux 3.10.0-229.el7.x86_64
   吉普错误!命令“节点”“/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js”“重建”
   吉普错误!cwd /opt/app/engine/node_modules/aerospike
   吉普错误!节点-v v0.10.36
   吉普错误!节点gyp -v v1.0.1
   吉普错误!不好

   生命周期中的 npm 动词 unsafe-perm false
   npm info aerospike@1.0.35 无法执行安装脚本
   npm 错误!aerospike@1.0.35 安装:`node-gyp 重建`
   npm 错误!退出状态 1
   npm 错误!
   npm 错误!aerospike@1.0.35 安装脚本失败。
   npm 错误!这很可能是 aerospike 包的问题,
   npm 错误!不是 npm 本身。
   npm 错误!告诉作者这在您的系统上失败:
   npm 错误!节点gyp重建
   npm 错误!您可以通过以下方式获取他们的信息:
   npm 错误!npm 所有者 ls aerospike
   npm 错误!上面可能有额外的日志输出。
   npm 错误!系统 Linux 3.10.0-229.el7.x86_64
   npm 错误!命令“/usr/bin/node”“/bin/npm”“安装”“--force-unsafe”“--verbose”“aerospike”
   npm 错误!cwd /opt/app/engine
   npm 错误!节点-v v0.10.36
   npm 错误!npm -v 1.4.28
   npm 错误!代码生命周期
   npm 动词退出 [ 1, true ]
   npm 动词 node_modules/aerospike unbuild
   npm info preuninstall aerospike@1.0.35
   npm info 卸载 aerospike@1.0.35
   npm 动词 true,/opt/app/engine/node_modules,/opt/app/engine/node_modules unbuild aerospike@1.0.35
   npm info postuninstall aerospike@1.0.35
   npm 错误!不好的代码 0
4

1 回答 1

2

unsafe-perm在您尝试安装 Aerospike Nodejs 客户端的机器中设置为 false。true如果您以非 root 用户身份运行,则必须将其设置为。Aerospike nodejs 安装有一个脚本,可以将 Aerospike 包下载到单独的目录中。这需要unsafe-perm是真的。有关详细信息,请参阅此处

要设置unsafe-perm为真,$npm set unsafe-perm true.

让我知道问题是否仍然存在。

于 2015-03-19T07:33:24.693 回答