Installing Skype multilib issues
I have been trying for a while to install skype on FC20 (fully updated).
Using the tarball I extract it and if ls -l I can see this line:
-rwxr-xr-x. 1 j3frea j3frea 36499124 May 22 18:56 skype
But if I ./skype
I get:
bash: ./skype: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Apparently this is because I need to install glibc.i686
(see here).
If I try to install an rpm with # yum install skype-4.3.0.37-fedora.i586.rpm
(which I've downloaded from skype's website), yum tries to install the needed glib (and other) packages but I then end up with multilib conflicts:
Protected multilib versions: libwayland-server-1.2.0-3.fc20.i686 != libwayland-server-1.4.0-1.fc20.x86_64
Error: Protected multilib versions: pango-1.36.1-3.fc20.i686 != pango-1.36.5-1.fc20.x86_64
Error: Protected multilib versions: libwayland-client-1.2.0-3.fc20.i686 != libwayland-client-1.4.0-1.fc20.x86_64
Error: Protected multilib versions: glib2-2.38.2-2.fc20.i686 != glib2-2.40.0-1.fc20.x86_64
I've tried to # yum install libwayland-server-1.2.0-3.fc20.i686
to no avail. I'm not sure where to go from here. One thought was that a docker instance may be able to help but I would have to learn how to use docker then. I'm sure there's a better solution. Cursed skype scum
This works really well - what have you done differently? https://ask.fedoraproject.org/en/question/8738/sticky-how-to-install-skype/
Thanks FranciscoD_, I actually disabled the i686 repo sometime ago and totally forgot about it. Problem solved. If you write a solution I'll accept it.
Converted to answer :)