-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rhel6 broken #887
Comments
|
On Centos 6.10. $ curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash - ## Installing the NodeSource Node.js 12.x repo... ## Inspecting system... + rpm -q --whatprovides redhat-release || rpm -q --whatprovides centos-release || rpm -q --whatprovides cloudlinux-release || rpm -q --whatprovides sl-release + uname -m ## Confirming "el6-x86_64" is supported... + curl -sLf -o /dev/null 'https://rpm.nodesource.com/pub_12.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm' ## Downloading release setup RPM... + mktemp + curl -sL -o '/tmp/tmp.ZT4upj5CPI' 'https://rpm.nodesource.com/pub_12.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm' ## Installing release setup RPM... + rpm -i --nosignature --force '/tmp/tmp.ZT4upj5CPI' ## Cleaning up... + rm -f '/tmp/tmp.ZT4upj5CPI' ## Checking for existing installations... + rpm -qa 'node|npm' | grep -v nodesource ## Run `sudo yum install -y nodejs` to install Node.js 12.x and npm. ## You may also need development tools to build native addons: sudo yum install gcc-c++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo sudo yum install yarn $ sudo yum install nodejs Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror.unej.ac.id * extras: mirror.unej.ac.id * updates: mirror.0x.sg Resolving Dependencies --> Running transaction check ---> Package nodejs.x86_64 2:12.11.1-1nodesource will be installed --> Processing Dependency: libstdc++.so.6(CXXABI_1.3.5)(64bit) for package: 2:nodejs-12.11.1-1nodesource.x86_64 --> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: 2:nodejs-12.11.1-1nodesource.x86_64 --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: 2:nodejs-12.11.1-1nodesource.x86_64 --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.18)(64bit) for package: 2:nodejs-12.11.1-1nodesource.x86_64 --> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package: 2:nodejs-12.11.1-1nodesource.x86_64 --> Finished Dependency Resolution Error: Package: 2:nodejs-12.11.1-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) Error: Package: 2:nodejs-12.11.1-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(GLIBCXX_3.4.18)(64bit) Error: Package: 2:nodejs-12.11.1-1nodesource.x86_64 (nodesource) Requires: libc.so.6(GLIBC_2.17)(64bit) Error: Package: 2:nodejs-12.11.1-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) Error: Package: 2:nodejs-12.11.1-1nodesource.x86_64 (nodesource) Requires: libstdc++.so.6(CXXABI_1.3.5)(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest $ cat /etc/redhat-release CentOS release 6.10 (Final) $ uname -a Linux centos6 2.6.32-754.23.1.el6.x86_64 #1 SMP Thu Sep 26 12:05:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
Facing same issue, for the same CentOS version. Can someone please help to install Node in CentOS. |
Node.js 12 support for RHEL starts from version 7, we stopped creating Node.js 12 packages for RHEL because it requires dependencies that are not possible to install or resolve in RHEL 6 to support Node.js 12. There are a few issues created in Node.js repositories: nodejs/build#1995 |
GLIBC is 2.12 on RHEL6
GLIBCXX is 3.4.13 on RHEL6
The text was updated successfully, but these errors were encountered: