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

Installation of Gisto on Centos 6.4 failed #71

Closed
tournasdim opened this issue Feb 11, 2014 · 2 comments
Closed

Installation of Gisto on Centos 6.4 failed #71

tournasdim opened this issue Feb 11, 2014 · 2 comments

Comments

@tournasdim
Copy link

Installation was made on a Centos 6.4 32-bit machine .
Although the installation script indicates a successful installation (all dependencies met) , no reaction when trying to start Gisto via menu , and trying to start the app via terminal , the following error is returned :
[redarrow@192 Gisto-0.2.2b-Linux_x86]$ gisto
gisto: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15' not found (required by gisto) gisto: /lib/libc.so.6: versionGLIBC_2.15' not found (required by gisto)

Centos 6.4 has glibc.2.12 installed and updated . Has anyone else faced similar situation ?

@sanusart
Copy link
Member

Hi Tournas,

Gisto runs on top of 'node-webkit' (which is basicaly part of Chromium).
The binaries of node-webkit was compiled on last LTS Ubuntu 12.04. CentOS
6.X is a bit outdated libraries as those in Ubuntu LTS, so it will not run
because it was compiled with glibc > 2.12.

On Wed, Feb 12, 2014 at 12:22 AM, Tournas Dimitrios <
notifications@github.com> wrote:

Installation was made on a Centos 6.4 32-bit machine .
Although the installation script indicates a successful installation (all
dependencies met) , no reaction when trying to start Gisto via menu , and
trying to start the app via terminal , the following error is returned :
[redarrow@192 Gisto-0.2.2b-Linux_x86]$ gisto
gisto: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15' not found
(required by gisto)
gisto: /lib/libc.so.6: versionGLIBC_2.15' not found (required by gisto)

Centos 6.4 has glibc.2.12 installed and updated . Has anyone else faced
similar situation ?

Reply to this email directly or view it on GitHubhttps://github.com//issues/71
.

@tournasdim
Copy link
Author

@sanusart
Thanks for your response . Too bad for me , out of luck :(
Although Centos is an excellent OS , it has its shortcomings on Desktop-like environments (IMO) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants