AmazonLinux上的EdgeJS

AmazonLinux上的EdgeJS,linux,node.js,amazon-ec2,mono,Linux,Node.js,Amazon Ec2,Mono,有人用过这个吗?我已经安装了Node,我已经构建了Mono,但是这太糟糕了(试图按照Ubuntu的说明操作) 当前在执行npm安装时,我得到: [ec2-user@sfr edge-mono]$ sudo -u ${THE_USER} npm install npm WARN package.json jshint@1.1.0 No repository field. > edge@0.7.15-pre install /home/ec2-user/edge-mono > node

有人用过这个吗?我已经安装了Node,我已经构建了Mono,但是这太糟糕了(试图按照Ubuntu的说明操作)

当前在执行npm安装时,我得到:

[ec2-user@sfr edge-mono]$ sudo -u ${THE_USER} npm install
npm WARN package.json jshint@1.1.0 No repository field.

> edge@0.7.15-pre install /home/ec2-user/edge-mono
> node tools/install.js

Package mono-2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `mono-2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono-2' found
gyp: Call to 'pkg-config mono-2 --libs' returned exit status 1. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:340:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:807:12)
gyp ERR! System Linux 3.10.35-43.137.amzn1.x86_64
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build"
gyp ERR! cwd /home/ec2-user/edge-mono
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok

有什么想法吗?也许有一个百胜软件包?

这不是一个真正的答案,但它是一个解决方案-我切换到ubuntu 12.04并运行了脚本。很好。我在OSX上安装时也遇到过类似的问题,但我认为步骤是一样的。首先,更新PKG_CONFIG_PATH以包含该目录。