简体   繁体   English

无法使用tar提取Node.js源文件

[英]Can't extract nodejs source file with tar

I recently tried to install nodejs on Ubuntu Natty on my WMWare Workstation. 我最近尝试在WMWare工作站上的Ubuntu Natty上安装nodejs。 I got the source file from here . 我从这里得到源文件。 And I'm following the instructions for doing that here 我正在按照此处的说明进行操作

However, when I try to extract the dowloaded archive I get an error. 但是,当我尝试提取下载的存档时,出现错误。 I enter this tar -zxvf node-v0.6.6.tar.gz and I get the following at the end of the operation. 我输入此tar -zxvf node-v0.6.6.tar.gz ,在操作结束时得到以下内容。

node-v0.6.6/benchmark/arrays/zero_int.js
tar: node-v0.6.6/deps/openssl/openssl/apps/md4.c: Cannot create symlink to `../crypto/md4/md4.c': Operation not supported
tar: node-v0.6.6/tools/run-valgrind.py: Cannot create symlink to `../deps/v8/tools/run-valgrind.py': Operation not supported
tar: Exiting with failure status due to previous errors

I am logged in as root. 我以root用户身份登录。 Not sure why I get this. 不知道为什么我得到这个。

I'd appreciate any guidance. 我将不胜感激。

Thanks in advance. 提前致谢。

只是一个未经验证的猜测,但是您是否有可能尝试在不支持符号链接的文件系统上提取它?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM