Bug 128524
Summary: | vim fails to find libperl.so | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | G.Wolfe Woodbury <redwolfe> |
Component: | vim | Assignee: | Karsten Hopp <karsten> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rawhide | CC: | carenas, sopwith |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-08-02 12:46:05 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
G.Wolfe Woodbury
2004-07-24 04:45:24 UTC
related to BUG 128535, as the vim-enhanced package requires perl 5.8.4 explicitally (last perl package on rawhide is 5.8.5-1). using the basic vi command could be used as a workaround `unalias vi`, which doesn't require libperl to work, as well as uninstalling perl 5.8.5 and installing perl 5.8.4 instead to fix the broken dependency. building a package with the right dependency compiled in would require also a change on the perl package to match the dependency and adding a new path for the dynamic linker so that the libperl.so can be found, as well as making the dynamic linking of libperl.so path agnostic by changing the test for AC_MSG_CHECKING(--enable-perlinterp argument) on line 2660 of src/configure.in adding a system wide configuration file for the dynamic linker on /etc/ld.so.conf.d/perl.con as part of the perl package with the right path would be also required, so that the dynamic library can be loaded at runtime. they were already provisions (duh) for backward compatibility on the perl package which were not corretly applied (BUG 128546) corrects the SPEC, and a package prepared with it fixes this problem without the need of patching the vim-enhanced package rawhide/development of 2004-07-28 does not exhibit the problem Warren Togami added a different way of detecting the perl version to the spec file and has rebuilt the package. It should be fixed now. |