Skip to content

version `GLIBC_2.29' not found in 3.6.5 #1828

@ms2008

Description

@ms2008

I'm experiencing the following error on Linux CentOS7 :

$ ldd lua-language-server 
./lua-language-server: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by ./lua-language-server)
./lua-language-server: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./lua-language-server)
        linux-vdso.so.1 =>  (0x00007fff7d796000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fe530f9c000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fe530d97000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fe530b7b000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fe5307ad000)
        /lib64/ld-linux-x86-64.so.2 (0x000055f9d3b29000)

I'm also running libc 2.17 on my VPS and I'm physically unable to upgrade 3.6.5 due to my provider's limitations... So, a version of statically linked binaries that runs on 2.29 or lower would be nice.

Metadata

Metadata

Assignees

Labels

compileRelated to compiling the server from source

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions