Question

When trying to run Light table on my CentOS 6.5 I get this message: /lib64/libc.so.6: version `GLIBC_2.15' not found /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found I dont want to install a newer glibc from source since I'm afraid to break other systems using the older version. Any advice on how to proceed?

Was it helpful?

Solution

I'm getting the same problem and, according to another answer there's no way around it. LightTable was compiled with more recent libraries that CentOS doesn't ship with. The alternative seems to build node-webkit from source (as stated on their GitHub page) but I haven't tried that yet. If I find a better solution I will update my reply.

OTHER TIPS

Compiling fixed it for me.

They seem to have compiled it with an older version of gligc now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top