vim: Symbol `ospeed' has different size in shared object, consider re-linking I get the above error when I close vim after editing a file. I have just applied the latest vim errata: [root@evelle /root]# rpm -qa | grep vim vim-minimal-5.7-8 vim-common-5.7-8 vim-enhanced-5.7-8 vim-X11-5.7-8
rebuilding the vim package solves the problem: cd /usr/src/redhat/SRPMS rpm --rebuild vim-5.7-8.src.rpm cd /usr/src/redhat/RPMS/i386 rpm --force -Uvh vim*
Confirmed.
Verified this problem to occur with vim-minimal-5.7-8. This problem though does seem to be fixed in our latest version of vim available either from rawhide or in our latest beta called 'wolverine'. Her are the newest package names. vim-common-6.0-0.26.i386.rpm vim-minimal-6.0-0.26.i386.rpm vim-enhanced-6.0-0.26.i386.rpm vim-X11-6.0-0.26.i386.rpm You can probably get these from ftp://rawhide.redhat.com
Hmm, I have the same problem with the new "vim" package (5.7-8) on all RedHat 7.0 boxes. But installing a rawhide package with an experimental version or rebuilding a package manually is not what I'd call a "resolved" bug. ;-) Will there be an updated version of the "vim" package with a fixed binary? Regards, Andreas