You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using vim appimage (or gvim with a link named vim) I have problem with perlcritic, perltidy and PLS.
these programs seems to crash when launched by vim-ale or coc.nvim
when launching one of these program from the terminal:
:terminal
shad@abbadon:~$ perltidy --version
I've got an error about `XCRYPT_2.0' not found
The problem does not occur with the system installed vim.
The problem occurs on several distribs:
It allowed perltidy, perlcritic and PLS to work without visible problems (from terminal or vim-ale/coc.nvim) but I don't know if this preloading will have negative side effect of some sort.
The text was updated successfully, but these errors were encountered:
When using vim appimage (or gvim with a link named vim) I have problem with perlcritic, perltidy and PLS.
these programs seems to crash when launched by vim-ale or coc.nvim
when launching one of these program from the terminal:
:terminal
I've got an error about `XCRYPT_2.0' not found
The problem does not occur with the system installed vim.
The problem occurs on several distribs:
Mageia :
system installed:
Error message in vim:
Ubuntu kinetic (22.10):
system installed lib:
Error message in vim:
debian bullseye
system installed lib:
Error message in vim:
appimage tested:
the workaround I found is to preload the libcrypt of the system in my ~/.vimrc for exemple, for debian and ubuntu, I've added the line
It allowed perltidy, perlcritic and PLS to work without visible problems (from terminal or vim-ale/coc.nvim) but I don't know if this preloading will have negative side effect of some sort.
The text was updated successfully, but these errors were encountered: