我得到了一个具有 NODEJS 的 .configure 的版本(node-v0.8.3),因为最新版本没有 .configue o make 或 makeintall ..(刚刚找到了 ./configue 的“操作方法”)...我的服务器是CENTOS 5.. 我想安装 NODEJS.. 需要帮助!我遇到以下错误:
xxx@xxx [/usr/local/src/node-v0.8.3]# ./configure
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'host_arch': 'x64',
'node_install_npm': 'true',
'node_install_waf': 'true',
'node_prefix': '',
'node_shared_openssl': 'false',
'node_shared_v8': 'false',
'node_shared_zlib': 'false',
'node_use_dtrace': 'false',
'node_use_etw': 'false',
'node_use_openssl': 'true',
'target_arch': 'x64',
'v8_no_strict_aliasing': 1,
'v8_use_snapshot': 'true'}}
creating ./config.gypi
Traceback (most recent call last):
File "./configure", line 400, in <module>
pprint.pformat(output, indent=2) + "\n")
File "./configure", line 396, in write
f = open(filename, 'w+')
IOError: [Errno 13] Permission denied: './config.gypi'
怎么了?