- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Can't lauch Skype on Fedora 15
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
20-10-2011 14:47
Hi!
I just installed Fedora on my laptop and downloaded the package on the Skype website and installed it. When I lauch it there's a message :"No file or folder or this type"...
When I lauch it on my terminal it says 'bash: /usr/bin/skype: /lib/ld-linux.so.2: bad ELF interpreter:....'
Can anyobody help me? Thanks for your replies.
Re: Can't lauch Skype on Fedora 15
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
31-10-2011 23:11
The problem is that your machine is a 64-bit architecture. The package is build for 32 bit.
To make it working out of the box (or, maybe, out of the package)...
...either one need to compile skype for 64bit
...or the 32-bit libraries have to be added as dependencies to the rpm-package.
In theory, you may also be able to install all the needed libraries by yourself. You need to figure out which libraries first, of course.
It would be very helpful, if anyone could either provide a 64bit package or at least tell us the needed libraries.
Re: Can't lauch Skype on Fedora 15
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
13-02-2012 20:30
The problem is that the binary interface for Linux has changed and Skype needs to be recompiled for it. Skype should take the opportunity to verify that it is compatible with the new GUI as well.
Re: Can't lauch Skype on Fedora 15
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
14-02-2012 22:20
yum install qt-qt.i686 x11.i686 libXv.i686 libXScrnSaver.i686
