ubuntu下安装nodejs时报错make: *** [install] 错误 1谁能帮忙看一下
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下安装nodejs时报错make: *** [install] 错误 1谁能帮忙看一下相关的知识,希望对你有一定的参考价值。
网上的步骤是:
编译需要gcc-c++编译器和openssl-devel库的支持,如果没有需要先安装。
在centos下可以先执行:yum install gcc-c++ openssl-devel。
在debain或ubuntu下可以先执行:sudo apt-get install g++ libssl-dev。
然后开始安装:
wget http://nodejs.org/dist/node-v0.6.2.tar.gz
tar zxvf node-v0.6.2.tar.gz
cd node-v0.6.2
./configure
make
make install
最后,使用node -v检验是否已经安装成功,如果成功了会显示版本号码。
我执行到make install时,报错。屏幕显示:fei@zzzzzz:~/node-v0.6.2$ make install
Waf: Entering directory `/home/fei/node-v0.6.2/out'
DEST_OS: linux
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
Waf: Leaving directory `/home/fei/node-v0.6.2/out'
Cannot create folder '/usr/local/include/node/' (original error: [Errno 13] Permission denied: '/usr/local/include/node/')
make: *** [install] 错误 1
谁能给帮忙看一下阿,超级新手求问,,谢谢啦。。。。
在Linux下安装Python执行make命令时报错“Failed to build these modules: _ctypes“
异常
INFO: Could not locate ffi libs and/or headers
The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc atexit pwd
time
Failed to build these modules:
_ctypes
running build_scripts
creating build/scripts-3.7
原因
缺少c_types模块
解决
安装libffi-devel依赖包即可,执行yum install libffi-devel
命令进行安装。
再执行make
命令即可成功编译了。
以上是关于ubuntu下安装nodejs时报错make: *** [install] 错误 1谁能帮忙看一下的主要内容,如果未能解决你的问题,请参考以下文章
linux下安装qt make时报错有大牛知道是啥原因造成的吗
在Linux下安装Python执行make命令时报错“Failed to build these modules: _ctypes“
php编译安装执行make时报错: make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1
(转)Linux安装SwfTools-0.9.2安装事,在执行make install时报错
ubuntu下安装tomcat,shutdown时报错:./catalina.sh:1:eval:/home/xxx/jdk/jre/bin/java:not found