Home Forums HAast (High Availability for Asterisk) Installation & Upgrade Failed dependencies during qt5-base installation Reply To: Failed dependencies during qt5-base installation

teliumcustomer5
Participant
Post count: 4

Hi,

Thanks for answer… Well, sorry for my confusion, but when i try install a package qt5-base, a error is displayed:

[root@ASTERISK01 src]# rpm -i qt5-qtbase-5.9.2-3.el7.x86_64.rpm
warning: qt5-qtbase-5.9.2-3.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
error: Failed dependencies:
libEGL.so.1()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libGL.so.1()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libQt5Gui.so.5()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libQt5Gui.so.5(Qt_5)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libQt5Gui.so.5(Qt_5_PRIVATE_API)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libc.so.6(GLIBC_2.14)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libc.so.6(GLIBC_2.17)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libcrypto.so.10(OPENSSL_1.0.2)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libdbus-1.so.3(LIBDBUS_1_3)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libicudata.so.50()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libicui18n.so.50()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libicuuc.so.50()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libpcre2-16.so.0()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libsystemd.so.0()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libsystemd.so.0(LIBSYSTEMD_209)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libudev.so.1()(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
libudev.so.1(LIBUDEV_183)(64bit) is needed by qt5-qtbase-5.9.2-3.el7.x86_64
qt5-qtbase-common = 5.9.2-3.el7 is needed by qt5-qtbase-5.9.2-3.el7.x86_64

This package was downloaded in this website: https://centos.pkgs.org/7/centos-x86_64/qt5-qtbase-5.9.2-3.el7.x86_64.rpm.html

I can’t install the packages from the repositories:

[root@ASTERISK01 src]# yum install qt5
Loaded plugins: fastestmirror, kmod
Setting up Install Process
Loading mirror speeds from cached hostfile
No package qt5 available.
Error: Nothing to do
[root@ASTERISK01 src]# yum install qt5-qtbase
Loaded plugins: fastestmirror, kmod
Setting up Install Process
Loading mirror speeds from cached hostfile
No package qt5-qtbase available.
Error: Nothing to do
[root@ASTERISK01 src]# yum install qt5-qtbase-mysql
Loaded plugins: fastestmirror, kmod
Setting up Install Process
Loading mirror speeds from cached hostfile
No package qt5-qtbase-mysql available.
Error: Nothing to do

Tks again.