Problem installing skype

When trying to install skype I get failed dependencies:

rpm -i skype-2.0.0.72-suse.i586.rpm
warning: skype-2.0.0.72-suse.i586.rpm: Header V3 DSA signature: NOKEY, key ID d66b746e
error: Failed dependencies:
libQtCore.so.4 is needed by skype-2.0.0.72-suse.i586
libQtDBus.so.4 is needed by skype-2.0.0.72-suse.i586
libQtGui.so.4 is needed by skype-2.0.0.72-suse.i586
libQtNetwork.so.4 is needed by skype-2.0.0.72-suse.i586

Where to find/get these modules? :\

Why not using zypper or YaST?

I installed the same version of Skype in 11.1 two days ago without a problem.
Do you have 11.1? Try typing those libraries in the search field of YaST / Software Manager and check the “RPM provides” item. I tested it with your first library “libQtCore.so.4” and got “libqt4”, for example.

I have 11.1. I tried to find the 4 libraries libQtCore, libQtDBus, libQtGui, and libQtNetwork but I got no results (not found).

Hi. Looks like you are running a 64-bit system. Skype complains because it needs the 32-bit libraries - there’s no 64-bit skype. You need libqt4-32bit and libqt4-x11-32bit. Then it should work. Sidenote: You can also use “zypper in libqt4-32bit libqt4-x11-32bit” as an alternative to rpm -i.
Good luck!