Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

How to compile LightTable on Centos 6 against GLIBC 2.12? #2413

Open
halloleo opened this issue Feb 19, 2019 · 2 comments
Open

How to compile LightTable on Centos 6 against GLIBC 2.12? #2413

halloleo opened this issue Feb 19, 2019 · 2 comments
Labels

Comments

@halloleo
Copy link

I have compiled LightTable on Centos 6 from source, but i still get GLIBC errors:

/working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable)
/working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/libnode.so)
/working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/libgcrypt.so.11)
/working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by /working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/libgcrypt.so.11)

I know that Centos 6 only provides GLIBC 2.12 - how can i compile LightTable against that?

@prertik
Copy link
Member

prertik commented Feb 24, 2019

Maybe this can be helpful: glibc.
GLIBC is required by electron and LT is dependent on electron.

@halloleo
Copy link
Author

Thanks for the link, @prertik. I tried to install GLIB 2.17 via thisscript, but I get the errors:

/usr/sbin/build-locale-archive: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/sbin/build-locale-archive)

and

/sbin/ldconfig: /usr/lib64/libstdc++.so.6.0.22-gdb.py is not an ELF file - it has the wrong magic bytes at the start.

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

No branches or pull requests

2 participants