Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th June 2012, 03:38 PM
freddie50 Offline
Registered User
 
Join Date: Apr 2011
Posts: 19
linuxchrome
skype on F17?

I am trying to run skype on F17_x64
I am not quite there yet although I am pretty sure this is doable...

First things first:
wget http://www.skype.com/go/getskype-linux-beta-static
The file downloaded was skype_static-4.0.0.7.tar.bz2 .

Extracted the "skype" binary and copied it in /usr/bin
sounds/, lang/ and avatars/ were copied into newly created /usr/share/skype directory
(all this as explained in README)

Now when I try to run skype:
skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
Therefore:
su-
- yum provides libasound.so.2
it gives me: alsa-lib-1.0.25-3.fc17.i686
although alsa-lib-1.0.25-3.fc17.x86_64 is already installed
I did: yum install alsa-lib-1.0.25-3.fc17.i686
same with 2 more packages:
- installed libXv-1.0.7-1.fc17.i686 for llibXv.so.1
- installed libXScrnSaver-1.2.2-1.fc17.i686 for libXss.so.1

BUT PROBLEM: I am stuck with libtiff.so.4
I cannot find the package that provides this library...
Anyone can help, please?

Annex question: what are the issue (if any) of installing i386 packages alongside what look like the same and already installed x64 packages?
Reply With Quote
  #2  
Old 15th June 2012, 05:17 PM
mtk Offline
Registered User
 
Join Date: Apr 2004
Posts: 127
linuxchrome
Re: skype on F17?

if you download the skype rpm, it will automatically install all of the dependences too. much better than the the .tar.gz file.
Reply With Quote
  #3  
Old 15th June 2012, 05:37 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: skype on F17?

My experience was different than mtk's--it didn't pull in the necessary i686 libraries. I think Leigh made a list at one point.

http://blog.linux4us.org/2011/11/13/...dora-16-64bit/

gave a list--I used that the last time, and it worked perfectly. I'll repeat it here.

Code:
sudo yum -y install libXv.i686 libXScreensaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686
Though the article is for F16, worked without problem for me on F17
Reply With Quote
  #4  
Old 15th June 2012, 05:39 PM
mtk Offline
Registered User
 
Join Date: Apr 2004
Posts: 127
linuxchrome
Re: skype on F17?

i saw the rpm work correctly for me twice on two x86_64 FC17 instances. strange. /mark
Reply With Quote
  #5  
Old 15th June 2012, 06:45 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: skype on F17?

Did you use yum localinstall or did you use rpm -ivh? I wonder if, perhaps through using something else, you already had the necessary 32 bit libs.
(I'm not doubting that it worked for you, I just found that it didn't work for me on a minimal install running dwm without me installing those other libraries--it would install, but not start.)
Reply With Quote
  #6  
Old 15th June 2012, 06:51 PM
mtk Offline
Registered User
 
Join Date: Apr 2004
Posts: 127
linuxchrome
Re: skype on F17?

me? neither. i used "yum install" on the rpm file. "localinstall" isn't required any more. and i saw the 20-30 odd i686 dependences loaded correctly.
Reply With Quote
  #7  
Old 15th June 2012, 07:05 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: skype on F17?

Thanks much for the quick response, going to try that shortly on a VIrtualBox install.


EDIT, after trying:



And I'll be doggoned. You're 100 percent right, I just downloaded the rpm, ran yum install (no localinstall, no --nogpgcheck) and it installed, pulled in all i686 dependencies, then started up working.

Thanks very much, this will make it easier in the future. (Note this was on a fairly minimal installation, did minimal install, then installed dwm as window manager.

Last edited by smr54; 15th June 2012 at 07:19 PM.
Reply With Quote
  #8  
Old 15th June 2012, 10:03 PM
jbuckley2004 Online
Registered User
 
Join Date: Dec 2008
Location: Maryland
Posts: 195
linuxfirefox
Re: skype on F17?

Sorry? I'm a little confused. Where did the skype i686 4.0 version come from, please? I don't see it in their choice of downloads - http://www.skype.com/intl/en-us/get-...her-downloads/
Reply With Quote
  #9  
Old 15th June 2012, 10:43 PM
koperry's Avatar
koperry Offline
Registered User
 
Join Date: Aug 2006
Location: Austin, TX
Age: 50
Posts: 84
When you download it will be 4.0

Sent from my Galaxy Nexus
__________________
http://facesoftexas.com
Reply With Quote
  #10  
Old 16th June 2012, 12:48 AM
jbuckley2004 Online
Registered User
 
Join Date: Dec 2008
Location: Maryland
Posts: 195
linuxfirefox
Re: skype on F17?

Thanks, Koperry.

But the one labeled Fedora 32 bit is still the i586, 4.0 version. I was looking for the i686 version, as noted by others above.

Added: Sorry. My confusion. The i586 version *is* the one I wanted. It needs i686 libraries, I see.

I followed the instructions above, did a #yum install on the .rpm I downloaded and it works fine.

Thanks.

Last edited by jbuckley2004; 16th June 2012 at 12:56 AM. Reason: Adding info
Reply With Quote
  #11  
Old 16th June 2012, 02:02 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: skype on F17?

I should apologize, as I'm one of the ones who carelessly wrote i686. Yes, the rpm is marked i586, rather than i686.

Yes, it's nice that it's become a simple install.
Reply With Quote
  #12  
Old 16th June 2012, 07:13 PM
arifur Offline
Registered User
 
Join Date: Jun 2012
Location: Bangladesh
Posts: 13
windows_7firefox
Re: skype on F17?

rather than install it via rpm, try installing it via yum, it will resolve dependencies too
Reply With Quote
  #13  
Old 16th June 2012, 07:59 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: skype on F17?

I'm not sure if everyone is yet clear on this, and as I said, I probably helped add to the confusion.

Installation of Skype 4.x is quite simple. Go to http://skype.com/intl/en-us/get-skyp...omputer/linux/

When you put your mouse over the Download now thing, it will bring up a list of distributions. One of them is Fedora 16 32 bit.

Click on that and it will offer to download Skype 4.0.0.7, I think, Fedora.i586.rpm

Save that. When done, as root, or with root privilege, run

yum install ./<rpmname>, so right now it would be

yum install skype-4.0.0.7-fedora.i586.rpm

(While in the directory that has the rpm--usually Downoads if you go with the default for most browsers)

At that point, yum will pull in all dependencies, including the needed 32 bit libraries.
Reply With Quote
  #14  
Old 28th June 2012, 03:07 PM
rgaelzer Offline
Registered User
 
Join Date: Oct 2005
Location: Rio Grande do Sul, Brazil
Posts: 135
linuxfirefox
Re: skype on F17?

I've got a funny error message.
Downloaded *twice* skype-4.0.0.7-fedora.i586.rpm, verified all the abovementioned dependencies (needlessly, they were already installed), but both

yum install skype-4.0.0.7-fedora.i586.rpm

and

yum install skype-4.0.0.7-fedora.i586.rpm

give me the same error:

---------------------------------------------------------------------------------------------------
# yum install skype-4.0.0.7-fedora.i586.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
Examining skype-4.0.0.7-fedora.i586.rpm: skype-4.0.0.7-fc16.i586
Marking skype-4.0.0.7-fedora.i586.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package skype.i586 0:4.0.0.7-fc16 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ================================================== ====
Package Arch Version Repository Size
================================================== ================================================== ====
Installing:
skype i586 4.0.0.7-fc16 /skype-4.0.0.7-fedora.i586 33 M

Transaction Summary
================================================== ================================================== ====
Install 1 Package

Total size: 33 M
Installed size: 33 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : skype-4.0.0.7-fc16.i586 1/1
Error unpacking rpm package skype-4.0.0.7-fc16.i586
error: unpacking of archive failed on file /usr/bin/skype;4fec6484: cpio: Digest mismatch
Verifying : skype-4.0.0.7-fc16.i586 1/1

Failed:
skype.i586 0:4.0.0.7-fc16

Complete!
---------------------------------------------------------------------------------------------------


Something wrong with the rpm? As I said before, got it twice from skype's repo...
__________________
Rudi Gaelzer
Registered Linux user # 153741
Reply With Quote
  #15  
Old 28th June 2012, 03:32 PM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 529
linuxfirefox
Re: skype on F17?

When you install a local package, either right click on the folder to install, or via the terminal type:

Code:
yum localinstall --nogpgcheck path-to-package
Example:

Code:
yum localinstall --nogpgcheck /home/jonathon/Downloads/skype-4.0.0.7-fedora.i586.rpm
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM

Last edited by jonathonp; 28th June 2012 at 04:29 PM.
Reply With Quote
Reply

Tags
f17, skype

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Skype 4.0 koperry Linux Chat 9 15th June 2012 08:22 PM
qt4-x11 >= 4.2 is needed by skype-2.1.0.47-fc10.i586 (From Installation of SKYPE)RHEL miaomiaoga Using Fedora 2 8th June 2010 01:06 PM
Skype and Program like Skype tokegee Using Fedora 3 4th June 2007 07:17 PM
Skype chejose Using Fedora 4 26th December 2006 10:01 PM


Current GMT-time: 06:30 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat