Ive managed to install skype through sudo apt-get install skype , but I cant manage to start it, I think this is because I need "libqt3c102-mt (>= 3:3.3.3.2)"
Ive tried to hunt down this file around the internet but I did not find anything. I found a lot of rpms, but i need .deb packages. Ive tried:
sudo alien /home/usr/dir/skype.rpm; wich gives me this reply:
usr@00-04-61-5f-c9-dc:~$ sudo alien /home/usr/Desktop/qt.src.rpm
Password:
Package build failed. Here's the log:
dh_testdir
dh_testdir
dh_testroot
dh_clean -k -d
dh_installdirs
dh_installdocs
dh_installchangelogs
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 |
xargs -0 -r -i cp -a {} debian/qt
dh_compress
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: error: current build architecture i386 does not appear in package's list (sh4)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1
Could anyone please help me? Thanks in advance.