-
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
CentOS 6.7 not supported #346
Comments
Same here on Centos 6.8: Your distribution, identified as "centos-release-6-8.el6.centos.12.3.i686", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support |
I have the same error Your distribution, identified as "centos-release-6-8.el6.centos.12.3.x86_64", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support |
Okay folks, CentOS 6 should be supported for 64bit machines so not sure what's up here. @ruben-herold We don't support CentOS 6 on 32bit machines, sorry. Can you let us know:
Thanks in advance. |
Hello Best regards De : Chris Lea [mailto:notifications@github.com] Okay folks, CentOS 6 should be supported for 64bit machines so not sure what's up here. @ruben-heroldhttps://github.com/ruben-herold We don't support CentOS 6 on 32bit machineshttps://github.com/nodesource/distributions/blob/master/OLDER_DISTROS.md, sorry. Can you let us know:
Thanks in advance. — Behzad RAHIMI [cid:image528697.GIF@78669589.489bb418] Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, merci d'en avertir B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu. Il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu par telephone ou de lui retourner le present message, puis d'effacer immediatement ce message de votre systeme This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu. This message contains confidential information and is intended only for the individuals named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. |
@behzad-2016 yes, I understand. That's why I'd also like to know the other things I mentioned like the output of |
It would also be helpful to see the complete output of curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -e - Thanks. |
Hello curl --silent --location https://rpm.nodesource.com/setup_4.x | bash - Installing the NodeSource Node.js v4.x LTS Argon repo...Inspecting system...
Confirming "el6-x86_64" is supported...
Your distribution, identified as "centos-release-6-8.el6.centos.12.3.x86_64", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for supportRegards De : Chris Lea [mailto:notifications@github.com] It would also be helpful to see the complete output of curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -e - Thanks. — Behzad RAHIMI [cid:imageddd398.GIF@b50b4603.44840432] Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, merci d'en avertir B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu. Il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu par telephone ou de lui retourner le present message, puis d'effacer immediatement ce message de votre systeme This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu. This message contains confidential information and is intended only for the individuals named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify B.RAHIMI@olky.eumailto:B.RAHIMI@olky.eu immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. |
Nope, please look again, you forgot the
Also, I still need to know the output to |
Why no 32bit? On the page: https://nodejs.org/en/download/package-manager/ documented: Supported CentOS versions:
|
@ruben-herold Unfortunately it looks like the docs on the Node.js website are a little out of date. It's better to check the NodeSource distributions page to see what's actually supported. As I noted via this link earlier, we can't provide 32bit binaries on CentOS 6 for Node >= 4.x because we don't have a compiler we can use to build it on that platform / architecture combination. |
epel provides clang 3.4.2 for centos 6 i386 if teh document you have linked is true this should be enough. |
See also: geerlingguy/ansible-role-nodejs#46 — it seems that I can get things installed on CentOS 7, as well as Ubuntu 12/14/16 (see build here: https://travis-ci.org/geerlingguy/ansible-role-nodejs/builds/158842369), but I can't get it working on CentOS 6 due to a recent change in the SSL setup for Nodesource:
|
@geerlingguy That is a separate issue likely related to #353 . |
@chrislea - True, but the problem is that getting SNI working on CentOS 6 is a daunting task, and usually ends up breaking a bunch of other unrelated things... |
@geerlingguy If your problem is with |
@behzad-2016 did you ever run the installer with the |
Update Im trying to install in Centos 6 i386 and if i run the install with the flat
But when i try to install:
Look like this rpm Any idea? i will appreciate. |
@jlruizmlg Unfortunately we don't support 32bit CentOS 6 as we don't have available compilers to build Node.JS >= 4.x on that platform. |
hi @chrislea also when i try to install in Centos 5 i don't found either https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora
|
@jlruizmlg CentOS 5 is only supported for Node 0.10.x (which itself is about to become unsupported). https://github.com/nodesource/distributions/#rpm It's hard to support these very old distributions because the compilers they ship with are too old to build a modern V8. |
@chrislea thanks for the info! |
Solution: Enterprise Linux (RHEL and CentOS) users may use the Node.js and npm packages from the EPEL repository. sudo yum install nodejs npm --enablerepo=epel |
@admtiagonogueira - Unfortunately, the releases in EPEL for 6.x are pretty ancient; I think it's 0.10.x. |
Hi! i have the same problem with "centos-release-6-8.el6.centos.12.3.x86_64". It isn't supported. curl -x user:password@link:port -k -sL https://rpm.nodesource.com/setup_6.x | bash -cat /etc/redhat-release CentOS release 6.8 (Final)Maybe there is problem with my proxy-server? |
@TimurKhasanov72 it's possible there's an issue with your proxy but it's impossible to say without knowing more about your specific configuration. What's the output when you try to run the setup script? |
I ran into the same issue by following different tutorials. I would get this error: Your distribution, identified as "centos-release-6-8.el6.centos.12.3.x86_64", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for supportThis worked for me: // for CentOS use the EPEL (Extra Packages for Enterprise Linux) repository in order to install Node.js // now install Node.js and npm; you will need to type "y/N" when it prompts you during the installation // check versions by running If you want to upgrade: (side note: I configured my proxy env variables before starting the installation) |
same Error for but and this is that address that have 404 ERROR |
There appears to be some misinformation here. There are some people saying that you cannot install newer node versions on Centos 6 i386. Those comments are over a year old so maybe something changed to allow it now because I can do it using instructions one post above this. So to install latest stable version of nodejs on CentOS v6.9 i386
Close and re-open bash console
To list versions available
I think you can install multiple versions and switch between just by typing |
@sam123sam123's method works like a charm! Installed node 8.9.1 on a CentOS 6.8 with no issues |
Problem installing node 12 on centos 6. Not getting this problem with node 10 or 11.
Installing gcc-c++ does not help. |
@Nic128 Node 12 is not compatible with CentOS 6. Original issue has been solved, if anyone has another issue please create a new one. |
I ran
https://raw.githubusercontent.com/nodesource/distributions/master/rpm/setup_4.x
, and get the following result.I also tried the 6.x setup, with the same result, what's the expected way to install node.js on this system?
The text was updated successfully, but these errors were encountered: