標(biāo)題: linux下rpm不能用 求解 [打印本頁(yè)] 作者: Chinazdj 時(shí)間: 2015-12-31 11:13 標(biāo)題: linux下rpm不能用 求解 Red Hat Enterprise Linux Server release 6.1 (Santiago)這是系統(tǒng)
用系統(tǒng)自帶的rpm安裝時(shí)出現(xiàn)
rpm: symbol lookup error: /usr/lib64/librpmio.so.1: undefined symbol: lua_call
/usr/lib64/librpmio.so.1這個(gè)文件我已經(jīng)換過(guò)了。
然后從其他機(jī)器上下載rpm在這臺(tái)機(jī)器上./rpm還是出現(xiàn)這樣的問(wèn)題。
大俠們是不是我要安裝什么文件才能正常使用rpm啊作者: Chinazdj 時(shí)間: 2015-12-31 11:16
yum install 的時(shí)候出現(xiàn)這樣的提示
/usr/lib64/librpmio.so.1: undefined symbol: luaL_typerror
是要我重新下載librpmio.so.1文件嘛,這文件系統(tǒng)自帶已經(jīng)有了作者: Chinazdj 時(shí)間: 2015-12-31 11:49
使用yum工具的時(shí)候提示
required to run yum. The error leading to this problem was:
/usr/lib64/librpmio.so.1: undefined symbol: luaL_typerror
Please install a package which provides this module, or
verify that the module is installed correctly.
我應(yīng)該再裝什么才能使用yum作者: csoho2000 時(shí)間: 2015-12-31 13:52
找臺(tái)正常的機(jī)器 運(yùn)行 yum whatprovides librpmio.so.1
# yum provides vim
已加載插件:fastestmirror, priorities, security
Loading mirror speeds from cached hostfile
2:vim-enhanced-7.4.629-5.el6.x86_64 : A version of the VIM editor which includes recent enhancements
Repo : base
匹配來(lái)自于:
Other : vim
2:vim-enhanced-7.4.629-5.el6.x86_64 : A version of the VIM editor which includes recent enhancements
Repo : installed
匹配來(lái)自于:
Other : 提供依賴(lài)滿(mǎn)足:vim 作者: action08 時(shí)間: 2016-01-01 14:50
各位都是大神啊,紅帽工程師提供的包,都不能滿(mǎn)足你們的需求??