lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Version 3.15.0 not working on Kylin V10 server arm due to missing GLIB 2.29 2.33 2.32 2.34

Open shunshunbu opened this issue 1 month ago • 1 comments

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Linux

What is the issue affecting?

Libraries

Expected Behaviour

normal operation

Actual Behaviour

server failed

Reproduction steps

Load plugin error

Additional Notes

No response

Log File

No response

shunshunbu avatar Nov 12 '25 01:11 shunshunbu

Currently, the best solution for C and C++ programs to be compatible with lower versions of Linux is to use zigbuild. However, since the current project uses luamake, it may be difficult to directly introduce zigbuild. If you need to use it, you can refer to this project, although it is only updated to 3.13.

https://github.com/LuaLS/lua-language-server-rust

CppCXY avatar Nov 12 '25 02:11 CppCXY