Linpassion
New Member
Hi! I'm try to install SDDM on my Slack 14.2 x86-60. I use the package downloaded form
https://slackware.pkgs.org/14.2/alienbob-x86_64/sddm-20140508git-x86_64-1alien.txz.html
then I check the dependicies
whith no output therefore I change rc.4 file
and reboot to obtain a blanck screen. So by init 3 I do a greeter test
I chek if library exist
Suddenly I re check the ldd outpu, then I see this
So I think this is a problem, than grep "not found" not see.
Thanks!
https://slackware.pkgs.org/14.2/alienbob-x86_64/sddm-20140508git-x86_64-1alien.txz.html
then I check the dependicies
bash-4.3#ldd /usr/bin/sddm | grep 'not found'
whith no output therefore I change rc.4 file
if [ -x /usr/bin/sddm ]; then
exec /usr/bin/sddm
fi
and reboot to obtain a blanck screen. So by init 3 I do a greeter test
bash-4.3#sddm-greeter --test-mode --theme maui
sddm-greeter: error while loading shared libraries: libxcb-xkb.so.0: cannot open shared object file: No such file or directory
I chek if library exist
bash-4.3# whereis libxcb-xkb.so.0
libxcb-xkb.so: /usr/lib64/libxcb-xkb.so.1 /usr/lib64/libxcb-xkb.so
Suddenly I re check the ldd outpu, then I see this
bash-4.3$ ldd /usr/bin/sddm
linux-vdso.so.1 (0x00007ffca3feb000)
So I think this is a problem, than grep "not found" not see.
Thanks!
Last edited: