Error: libxkbcommon-x11.so.0: cannot open shared object file
-
wrote on 19 Jan 2021, 16:43 last edited by
Hi,
i try to install QT 5.9.9 under CentOS 6.10 and i try to install the "qt-unified-linux-x64-4.0.1-online.run" and got no reaction. So i try it with the Terminal "sudo ./qt-unified-linux-x64-4.0.1-online.run" and got this error:./qt-unified-linux-x64-4.0.1-online.run: error while loading shared libraries: libxkbcommon-x11.so.0: cannot open shared object file: No such file or directory
i did "yum update" too. I dont know what i can do now.
-
Hi and welcome to devnet,
Do you have that library installed on your system ? You might be missing a package.
By the way, no need for sudo, it won't help in that case.
-
wrote on 19 Jan 2021, 17:04 last edited by
Hi, well im new here and i dont know how i can find this package. I tried with "yum install libxkbcommon" or ""yum install libxkbcommon-x11".
-
Do you have any files matching xkbcommon on your system ?
Which related package do you have currently installed ? -
Do you have any files matching xkbcommon on your system ?
Which related package do you have currently installed ?wrote on 19 Jan 2021, 18:32 last edited by@SGaist Im not sure where i can find this, but if i try
yum provides '*/libxkb*'
then i got this:
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
libxkbfile-devel-1.0.6-1.1.el6.i686 : X.Org X11 libxkbfile development package
Repo : base
Matched from:
Filename : /usr/lib/libxkbfile.solibxkbfile-1.0.6-1.1.el6.i686 : X.Org X11 libxkbfile runtime library
Repo : base
Matched from:
Filename : /usr/lib/libxkbfile.so.1.0.2
Filename : /usr/share/doc/libxkbfile-1.0.6/COPYING
Filename : /usr/share/doc/libxkbfile-1.0.6/ChangeLog
Filename : /usr/share/doc/libxkbfile-1.0.6
Filename : /usr/lib/libxkbfile.so.1libxkbfile-devel-1.0.6-1.1.el6.x86_64 : X.Org X11 libxkbfile development package
Repo : base
Matched from:
Filename : /usr/lib64/libxkbfile.solibxkbfile-1.0.6-1.1.el6.x86_64 : X.Org X11 libxkbfile runtime library
Repo : base
Matched from:
Filename : /usr/lib64/libxkbfile.so.1
Filename : /usr/share/doc/libxkbfile-1.0.6/COPYING
Filename : /usr/share/doc/libxkbfile-1.0.6/ChangeLog
Filename : /usr/lib64/libxkbfile.so.1.0.2
Filename : /usr/share/doc/libxkbfile-1.0.6libxkbfile-1.0.6-1.1.el6.x86_64 : X.Org X11 libxkbfile runtime library
Repo : installed
Matched from:
Filename : /usr/share/doc/libxkbfile-1.0.6/ChangeLog
Filename : /usr/share/doc/libxkbfile-1.0.6/COPYING
Filename : /usr/lib64/libxkbfile.so.1
Filename : /usr/share/doc/libxkbfile-1.0.6/
Filename : /usr/lib64/libxkbfile.so.1.0.2 -
Not working On CentOS 6, I do not know the exact package name. I found this which may help.
-
wrote on 19 Jan 2021, 19:01 last edited by
Any other ideas?
-
Did you check the link I provided ?
The brute force solution would be to update your distribution.
-
Did you check the link I provided ?
The brute force solution would be to update your distribution.
wrote on 20 Jan 2021, 10:32 last edited by@SGaist Hi, i tried with
yum localinstall libxkbcommon-x11-0-0.8.3-63.1.x86_64.rpm
and got this:Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Local Package Process
Examining libxkbcommon-x11-0-0.8.3-63.1.x86_64.rpm: libxkbcommon-x11-0-0.8.3-63.1.x86_64
Marking libxkbcommon-x11-0-0.8.3-63.1.x86_64.rpm to be installed
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package libxkbcommon-x11-0.x86_64 0:0.8.3-63.1 will be installed
--> Processing Dependency: libxkbcommon.so.0(V_0.5.0)(64bit) for package: libxkbcommon-x11-0-0.8.3-63.1.x86_64
--> Processing Dependency: libxkbcommon.so.0()(64bit) for package: libxkbcommon-x11-0-0.8.3-63.1.x86_64
--> Finished Dependency Resolution
Error: Package: libxkbcommon-x11-0-0.8.3-63.1.x86_64 (/libxkbcommon-x11-0-0.8.3-63.1.x86_64)
Requires: libxkbcommon.so.0()(64bit)
Error: Package: libxkbcommon-x11-0-0.8.3-63.1.x86_64 (/libxkbcommon-x11-0-0.8.3-63.1.x86_64)
Requires: libxkbcommon.so.0(V_0.5.0)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest -
Looks like you need to get another package before.
1/10