CentOS上的Node.js ibm_db安装错误

时间:2015-08-24 07:17:03

标签: node.js centos db2

我正在使用angular和nodeJS创建一个简单的应用程序,并且需要连接到DB2以访问某些过程。 nodeJS服务器安装在Centos 6.5服务器机器上,但当我尝试使用npm安装ibm_db时,它显示出某种错误,以

开头
{ [Error: Command failed: In file included from ../src/odbc.h:23,
                 from ../src/odbc.cpp:25:

并以某种GYP错误结束。

> gyp ERR! build error
> gyp ERR! stack Error: `make` failed with exit code: 2
> gyp ERR! stack     at ChildProcess.onExit (/usr/lib/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:820:12)
> gyp ERR! System Linux 2.6.32-504.el6.x86_64
> gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build" "--IBM_DB_HOME=/var/www/html/m-siam/trunk/server/node_modules/ibm_db/installer/clidrive
> gyp ERR! cwd /var/www/html/m-siam/trunk/server/node_modules/ibm_db
> gyp ERR! node -v v0.10.36
> gyp ERR! node-gyp -v v0.10.6
  

gyp ERR!不行

当我尝试运行nodeJS服务器时,它显示“无法加载绑定文件”错误。

如何正确安装此模块?我正在使用nodeJS 0.10.36并安装ibm_db版本0.0.8(来自package.json的版本)和版本0.0.10导致相同的错误。

0 个答案:

没有答案