首页 > 其他分享 >vim: error while loading shared libraries: /lib64/libgpm.so.2: file too short

vim: error while loading shared libraries: /lib64/libgpm.so.2: file too short

时间:2023-03-08 19:23:16浏览次数:45  
标签:loading short vim libraries so.2 libgpm yum file

在使用vim的时候出现了报错:

[root@localhost ~]# vim
vim: error while loading shared libraries: /lib64/libgpm.so.2: file too short

解决过程如下:

yum reinstall -y gpm-libs
yum reinstall -y perl-libs
yum update
yum makecache
yum remove -y vim*
yum install -y vim*

标签:loading,short,vim,libraries,so.2,libgpm,yum,file
From: https://www.cnblogs.com/bkhb/p/17195797.html

相关文章