Thursday, September 17, 2020

Re: VIM and Perl

On Thu, 2020-09-17 at 10:44 -0400, Ruben Safir wrote:
> I need to fix the dependency of VIM on perl without upgrading or
> changing Perl

If the version of vim you're using was compiled with dynamic links to
perl libraries (it was), then that vim binary requires perl libraries
to run. You'll either need to provide those libraries or build a vim
binary that is not linked in such a way.

> Can I do this without recompiling vim?

No.

If you are willing and able to recompile vim, it can be built without
depending on perl. Some systems (Gentoo Portage) make this easy to do,
but if you're using a binary-based distribution, you'll need to set up
a build tool chain and do some manual work to build the program in such
a way as to eliminate this dependency.

--
--
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 vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/efc1c6b6c771c57e3cc42f5bad563399d7058926.camel%40connell.tech.

No comments: