При попытке установить nodejs в установку CentOS 6.7 я получаю следующее:
[root@ap-proxy falcon-admin-front-develop]# yum install nodejs
Loaded plugins: fastestmirror, replace, security
Setting up Install Process
Repository packages-microsoft-com-prod is listed more than once in the configuration
Repository nodesource is listed more than once in the configuration
Repository nodesource-source is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: linorg.usp.br
* centos-sclo-rh: linorg.usp.br
* centos-sclo-sclo: linorg.usp.br
* epel: mirror.siena.edu
* extras: linorg.usp.br
* remi-php54: mirror.pit.teraswitch.com
* remi-php72: mirror.pit.teraswitch.com
* remi-safe: mirror.pit.teraswitch.com
* updates: mirror.globo.com
Resolving Dependencies
--> Running transaction check
---> Package nodejs.x86_64 2:12.16.1-1nodesource will be installed
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3.5)(64bit) for package: 2:nodejs-12.16.1-1nodesource.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: 2:nodejs-12.16.1-1nodesource.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: 2:nodejs-12.16.1-1nodesource.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.18)(64bit) for package: 2:nodejs-12.16.1-1nodesource.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package: 2:nodejs-12.16.1-1nodesource.x86_64
--> Finished Dependency Resolution
Error: Package: 2:nodejs-12.16.1-1nodesource.x86_64 (nodesource)
Requires: libstdc++.so.6(CXXABI_1.3.5)(64bit)
Error: Package: 2:nodejs-12.16.1-1nodesource.x86_64 (nodesource)
Requires: libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
Error: Package: 2:nodejs-12.16.1-1nodesource.x86_64 (nodesource)
Requires: libstdc++.so.6(GLIBCXX_3.4.18)(64bit)
Error: Package: 2:nodejs-12.16.1-1nodesource.x86_64 (nodesource)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: 2:nodejs-12.16.1-1nodesource.x86_64 (nodesource)
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
You could try using --skip-broken to work around the problem
`
Я пытался загрузить / установить libstdc ++. So.6 из yum, но там написано, что У меня в данный момент все еще обновляется. Вот моя переменная PATH:
[root@ap-proxy falcon-admin-front-develop]# echo $PATH
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/lib/:/usr/lib64/libstdc++.so.6
Не могли бы вы помочь?