On Do, 17 Sep 2020, Ruben Safir wrote:
> I need to fix the dependency of VIM on perl without upgrading or > changing Perl > > vim: error while loading shared libraries: libperl.so: cannot open > shared object file: No such file or directory > > Can I do this without recompiling vim? What Vim version have you installed? Is this a self-compiled version or a distribution? If you do not have libperl.so on your system, try installing a package that contains libperl.so, on Debian, I believe this would be libperl-dev If you do have it, try to set the 'perldll' option to that libperl.so Best, Christian -- Wie man sein Kind nicht nennen sollte: Jane Eswetter -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200917151838.GI8698%40256bit.org.
