|
我在64位的机器上重新打了RPM包,但是,当我制作好了安装盘。安装以后,出现了以下的错误:
%post(openldap-2.2.13-2.x86_64) scriptlet failed, exit status 255
或者
%pre(tcpdump-3.8.2-7.x86_64) scriptlet failed, exit status 255
找了半天才找到以下这段话:
Cause:
The latest version of the remote agent has an RPM that was built in such a way that it requires the i386 emulation bash shell RPM to be installed on the system. This RPM is not installed by default.
Solution:
Install the i386 emulation bash shell RPM and then re-attempt the installation.
但是我不知道 i386 emulation bash shell RPM 到底是什么东西。希望高手指点一下。
其实换成另外一个问题,shell是和哪个RPM包对应的啊。到底是哪个RPM包,安装以后,才能对%post和%pre进行解释啊??? |
|