永井と申します。はじめまして

CoreOS上にdockerでcentosを起動、

rpm -ivh 
http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install nodejs npm --enablerepo=epel

とnode.jsをインストールしようとしたのですが

Error: Package: 1:v8-3.14.5.10-9.el6.x86_64 (epel)
           Requires: libicui18n.so.42()(64bit)
Error: Package: 1:v8-devel-3.14.5.10-9.el6.x86_64 (epel)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-16.el7.x86_64 (@CentOS/$releasever)
               python(abi) = 2.7
               python(abi) = 2.7
Error: Package: 1:v8-3.14.5.10-9.el6.x86_64 (epel)
           Requires: libicuuc.so.42()(64bit)
Error: Package: 1:v8-3.14.5.10-9.el6.x86_64 (epel)
           Requires: libicudata.so.42()(64bit)
Error: Package: gyp-0.1-0.6.1010svn.el6.noarch (epel)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-16.el7.x86_64 (@CentOS/$releasever)
               python(abi) = 2.7
               python(abi) = 2.7

と python2.6が無いようでインストールが進みません
node.jsをインストールする方法はないでしょうか?

CoreOSとCentOSのバージョンは

NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/";
BUG_REPORT_URL="https://bugs.centos.org/";


NAME=CoreOS
ID=coreos
VERSION=394.0.0
VERSION_ID=394.0.0
BUILD_ID=
PRETTY_NAME="CoreOS 394.0.0"
ANSI_COLOR="1;32"
HOME_URL="https://coreos.com/";
BUG_REPORT_URL="https://github.com/coreos/bugs/issues";

です。

-- 

--- 
このメールは Google グループのグループ「Node.js 日本ユーザグループ」の登録者に送られています。
このグループから退会し、グループからのメールの配信を停止するには nodejs_jp+unsubscr...@googlegroups.com 
にメールを送信してください。
その他のオプションについては、https://groups.google.com/d/optout にアクセスしてください。

Reply via email to