We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prebuilt language server on Ubuntu is reportedly having some linking problems (see banacorn/agda-mode-vscode#68 (comment)).
We should bundle DLLs on Ubuntu like we do on Windows and macOS
The text was updated successfully, but these errors were encountered:
Yeah, I am having this issue on Fedora 39 as well, with the latest prebuilts.
prebuilt
$ als als: error while loading shared libraries: libicuuc.so.70: cannot open shared object file: No such file or directory
Sorry, something went wrong.
I've also been having this issue! It seems to be asking for a version of libicuuc that is incompatible with my Ubuntu version (20)
libicuuc
No branches or pull requests
Prebuilt language server on Ubuntu is reportedly having some linking problems (see banacorn/agda-mode-vscode#68 (comment)).
We should bundle DLLs on Ubuntu like we do on Windows and macOS
The text was updated successfully, but these errors were encountered: