View Single Post
  #3 (permalink)  
Old 24-Jan-2008, 12:26
Nikolai
Guest
 
Posts: n/a
Default

Quote:
failure of installation could happen for many reasons. you can get more info if try to install from terminal:

rpm -Uhv <path-to-skype>/skype...rpm (need to be root and remember about Tab key :-) )

also can check YaST log

about password it could be related to kdesu daemon that cashes passwords for some time
true, i didn't experience such a behaviour and my suggestion is just an idea
after you enter root password for 1st time check if kdesud is running
man kdesu for details

a little bit aside of topic: it could be a good idea to restrict skype with apparmor
[/b]
i got miissing dependences:
Code:
error: Failed dependencies:
********libQtCore.so.4 is needed by skype-1.4.0.118-suse.i586
********libQtDBus.so.4 is needed by skype-1.4.0.118-suse.i586
********libQtGui.so.4 is needed by skype-1.4.0.118-suse.i586
********libQtNetwork.so.4 is needed by skype-1.4.0.118-suse.i586
********libsigc-2.0.so.0 is needed by skype-1.4.0.118-suse.i586
and of course after:
Code:
zypper install libQtCore.so.4 libQtDBus.so.4 libQtGui.so.4 libQtNetwork.so.4 libsigc-2.0.so.0
i got:
Code:
package 'libQtCore.so.4' not found
package 'libQtDBus.so.4' not found
package 'libQtGui.so.4' not found
package 'libQtNetwork.so.4' not found
package 'libsigc-2.0.so.0' not found
how can i install Skype?
and where i do find the logs which are showing what is going on with security during Skype install?


[code]