-
-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
compileRelated to compiling the server from sourceRelated to compiling the server from source
Description
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows WSL
What is the issue affecting?
Other
Expected Behaviour
Language server running without problems
Actual Behaviour
I am in a dev-container using Debian 13 (trixie). Since 3.16.0, the language server is not running anymore.
error while loading shared libraries: libbfd-2.38-system.so: cannot open shared object file: No such file or directory
I have the libbfd installed but a newer version
> ldconfig -p | grep libbfd
libbfd-2.44-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.44-system.so
Rolling back to 3.15.0 for the moment did the trick
Reproduction steps
Test it on a Debian
Additional Notes
Great plugin BTW!
Log File
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
compileRelated to compiling the server from sourceRelated to compiling the server from source