Hi I want to install Skype on Debian Lenny amd64 so:
1) apt-get install libasound2 libc6 libgcc1 libqt4-core libqt4-gui libsigc++-2.0-0c2a libstdc++6 libx11-6 wget http://skype.com/go/getskype-linux-deb dpkg -i --force-architecture skype-*_*.deb 2) I want to run skype: skype: error while loading shared libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory 3) I googled :D /usr/bin# ldd skype|grep "not found" libQtDBus.so.4 => not found libQtGui.so.4 => not found libQtNetwork.so.4 => not found libQtCore.so.4 => not found Running apt-file gives nothing :( apt-file search libQtDBus.so.4 apt-file search libQtGui.so.4 apt-file search libQtNetwork.so.4 apt-file search libQtCore.so.4 How can I get these 4 files, and where to put it? :( regards, and thank you if someone could help