当前位置: 技术问答>linux和unix
Linux安装包问题(在线等)
来源: 互联网 发布时间:2016-07-23
本文导语: [root@localhost Server]# rpm -ivh unixODBC* warning: unixODBC-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: libqt-mt.so.3 is needed by unixODBC-kde-2.2.11-7.1.i386 qt >= 2.1 is ne...
[root@localhost Server]# rpm -ivh unixODBC*
warning: unixODBC-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libqt-mt.so.3 is needed by unixODBC-kde-2.2.11-7.1.i386
qt >= 2.1 is needed by unixODBC-kde-2.2.11-7.1.i386
[root@localhost Server]# rpm -ivh qt-3.3.6-23.el5.i386.rpm
warning: qt-3.3.6-23.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libmng.so.1 is needed by qt-3.3.6-23.el5.i386
请问我想安装unixODBC* 需要安装哪些包?
本人使用RedHat E 5
warning: unixODBC-2.2.11-7.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libqt-mt.so.3 is needed by unixODBC-kde-2.2.11-7.1.i386
qt >= 2.1 is needed by unixODBC-kde-2.2.11-7.1.i386
[root@localhost Server]# rpm -ivh qt-3.3.6-23.el5.i386.rpm
warning: qt-3.3.6-23.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libmng.so.1 is needed by qt-3.3.6-23.el5.i386
请问我想安装unixODBC* 需要安装哪些包?
本人使用RedHat E 5
|
你所安装的unixODBC-2.2.11-7.1.i386.rpm软件包
依赖相关的软件包
libqt-mt.so.3 is needed by unixODBC-kde-2.2.11-7.1.i386
qt >= 2.1 is needed by unixODBC-kde-2.2.11-7.1.i386
而下面的问题和上面的类似
libmng.so.1 is needed by qt-3.3.6-23.el5.i386
先把软件包所依赖的软件包全部安装完之后再去安装你要安装的软件包
该系统下的软件包的依赖关系是比较让人伤脑筋的啊
建议通过编译源代码安装,但需大量的时间
依赖相关的软件包
libqt-mt.so.3 is needed by unixODBC-kde-2.2.11-7.1.i386
qt >= 2.1 is needed by unixODBC-kde-2.2.11-7.1.i386
而下面的问题和上面的类似
libmng.so.1 is needed by qt-3.3.6-23.el5.i386
先把软件包所依赖的软件包全部安装完之后再去安装你要安装的软件包
该系统下的软件包的依赖关系是比较让人伤脑筋的啊
建议通过编译源代码安装,但需大量的时间
|
yum install自动解决所有包依赖