Bug 1327755

Summary: RFE: vim-enhanced - use dynamic perl interpreter
Product: [Fedora] Fedora Reporter: Ruben Kerkhof <ruben>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ignatenko, karsten, moshima.web
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-24 12:34:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ruben Kerkhof 2016-04-15 20:49:16 UTC
At the moment vim-enhanced requires libperl.

Would it be possible to compile vim's perl support as a dynamic module, just like the python support?

Comment 1 Karsten Hopp 2016-04-15 21:16:56 UTC
I need to check if it really works, but there's 
./configure --enable-perlinterp=dynamic

I'll have to do some other vim fixes and will then have a look at this.

Comment 2 Ruben Kerkhof 2016-04-16 11:32:36 UTC
I did some limited testing and it seems to work.

Thanks for considering this!

Comment 3 Karsten Hopp 2016-05-24 12:34:41 UTC
I've enabled this in vim-7.4.1835-2.fc25. The requirement for libperl.so.5.22 is gone with this change, but I've left the perl(:MODULE_COMPAT_5.22.1) requirement in there for now.