Skip to content
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

Support RHEL Linux platform #1056

Closed
simonyhchen opened this issue Dec 7, 2015 · 7 comments
Closed

Support RHEL Linux platform #1056

simonyhchen opened this issue Dec 7, 2015 · 7 comments
Assignees
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities linux Issues with VS Code on Linux
Milestone

Comments

@simonyhchen
Copy link

Dear developers,

Since Redhat enterprise linux would be standard in the linux world.
But we cannot successful install it on RHEL5 or RHEL6.

Could your teams enhance this?

Thanks,
Simon

@Tyriar
Copy link
Member

Tyriar commented Dec 7, 2015

Does extracting the zip and running Code not work? Do you get an error message?

@egamma egamma added feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities labels Dec 8, 2015
@simonyhchen
Copy link
Author

Dear friend,

I just unzip the VSCode and ran on RHEL6.7.
It shows:

./Code: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.15' not found (required by ./Code) ./Code: /lib64/libc.so.6: versionGLIBC_2.14' not found (required by ./Code)
./Code: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.15' not found (required by /home/simonyhchen/Downloads/VSCode-linux-x64/libnode.so) ./Code: /lib64/libc.so.6: versionGLIBC_2.14' not found (required by /home/simonyhchen/Downloads/VSCode-linux-x64/libnode.so)
./Code: /lib64/libc.so.6: version GLIBC_2.14' not found (required by /home/simonyhchen/Downloads/VSCode-linux-x64/libgcrypt.so.11) ./Code: /lib64/libc.so.6: versionGLIBC_2.15' not found (required by /home/simonyhchen/Downloads/VSCode-linux-x64/libgcrypt.so.11)

@Tyriar
Copy link
Member

Tyriar commented Dec 8, 2015

Looks like code is assuming glibc 2.14 is present. I'm not too familiar with RHEL, you can try use yum to install the correct version, yum install glibc (or something)?

@simonyhchen
Copy link
Author

Dear Daniel,

After google to upgrade glibc in RHEL5/6, we give up.
Could you porting your code by using the RHEL6(glibc2.12).
Many mature tools did this before so that both Ubunth/RHEL can share same
binary.

Regards,
Simon

2015-12-08 23:44 GMT+08:00 Daniel Imms notifications@github.com:

Looks like code is assuming glibc 2.14 is present. I'm not too familiar
with RHEL, you can try use yum to install the correct version, yum
install glibc (or something)?


Reply to this email directly or view it on GitHub
#1056 (comment).

Simon Yi-Hung Chen

@egamma egamma modified the milestone: Backlog Dec 10, 2015
@Tyriar Tyriar added the linux Issues with VS Code on Linux label Feb 3, 2016
@egamma egamma mentioned this issue Mar 1, 2016
82 tasks
@Tyriar Tyriar mentioned this issue Mar 1, 2016
4 tasks
@Tyriar
Copy link
Member

Tyriar commented Mar 1, 2016

Closing in favor of #3603

@Tyriar Tyriar closed this as completed Mar 1, 2016
@simonyhchen
Copy link
Author

Really appreciate your effort.
Hope we can use it in RHEL6 recently.

Regards,
Simon

2016-03-02 3:39 GMT+08:00 Daniel Imms notifications@github.com:

Closing in favor of #3603
#3603


Reply to this email directly or view it on GitHub
#1056 (comment).

Simon Yi-Hung Chen

@Tyriar
Copy link
Member

Tyriar commented Mar 4, 2016

@simonyhchen you can see #3603 for a detailed update, currently we will not support <= RHEL6 since it doesn't have C++11 out of the box. Atom has the same issue and I'm not sure if we will invest in this in the future.

It may be possible to get Code running on RHEL6, but you will have to get all the dependencies installed and build the OSS version yourself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities linux Issues with VS Code on Linux
Projects
None yet
Development

No branches or pull requests

3 participants