Fedora Linux Support Community & Resources Center
  #1  
Old 23rd January 2012, 06:34 PM
yorelchr Offline
Registered User
 
Join Date: May 2010
Posts: 57
linuxchrome
skype

Hello everyone,

I've followed Krellan's instructions () for installing skype on Fedora12-64bit, but when I tried to run skype I got the following message:

Quote:
./skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
I don't want to do any mistake so I prefer asking you what I should do...

Thanks a lot

yorelchr
Reply With Quote
  #2  
Old 23rd January 2012, 06:55 PM
roelj Offline
Registered User
 
Join Date: Jun 2009
Location: Netherlands
Age: 21
Posts: 279
linuxopera
Re: skype

Find out what you're missing by doing:
Code:
yum provides "*/libasound.so.2"
You probably need the 32-bit library, so:
alsa-lib-1.0.24-2.fc15.i686
Reply With Quote
  #3  
Old 23rd January 2012, 07:18 PM
yorelchr Offline
Registered User
 
Join Date: May 2010
Posts: 57
linuxchrome
Re: skype

hi Roelj,

I've typed the command yum provides "*/libasound.so.2" and here's what I obtained


Quote:
Dropbox | 951 B 00:00
Dropbox/primary | 1.5 kB 00:00
Dropbox 4/4
adobe-linux-i386 | 951 B 00:00
adobe-linux-x86_64 | 951 B 00:00
http://download.fedoraproject.org/pu...ta/repomd.xml: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu...ata/repomd.xml
Trying other mirror.
google-chrome | 951 B 00:00
google-chrome/primary | 1.4 kB 00:00
google-chrome 3/3
updates | 4.7 kB 00:00
Dropbox/filelists | 909 B 00:00
adobe-linux-i386/filelists | 140 kB 00:00
adobe-linux-x86_64/filelists | 611 B 00:00
http://download.fedoraproject.org/pu...ts.sqlite.bz2: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu...sts.sqlite.bz2
Trying other mirror.
Error: failure: repodata/4b9e4fd6887b081836d522f1d616731814a47d302c0b5f9694 0d47a9278d9336-filelists.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.
In fact, when I typed the long command as mentionned in Krellan's post, for the 32-libraries, I had a lot of "trying other mirror" messages...but I thought it was ok since I got no error message at the end...I thought that maybe, trying other mirrors, everything went ok....but maybe not...How can I check if I have all the 32-bit libraries needed by skype?

what is your last command for exactly?
thanks a lot
Reply With Quote
  #4  
Old 23rd January 2012, 07:22 PM
roelj Offline
Registered User
 
Join Date: Jun 2009
Location: Netherlands
Age: 21
Posts: 279
linuxopera
Re: skype

You're having problems with a repository which is (I think) holding you back from getting the 32-bit libraries. I'd suggest you upgrade Fedora.

Try
Code:
yum install alsa-lib.i686
Alternatively you could use a automatic installer to install Skype for you.
I'm not sure if it will work for Fedora 12. Here's the link:
http://www.dnmouse.org/autoten/
Reply With Quote
  #5  
Old 23rd January 2012, 07:35 PM
yorelchr Offline
Registered User
 
Join Date: May 2010
Posts: 57
linuxchrome
Re: skype

Quote:
[root@mediceo6NB skype-2.2.0.35]# yum install alsa-lib.i686
http://download.fedoraproject.org/pu...ta/repomd.xml: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu...ata/repomd.xml
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package alsa-lib.i686 0:1.0.23-1.fc12 set to be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ================================================== ================================================
Package Arch Version Repository Size
================================================== ================================================== ================================================
Installing:
alsa-lib i686 1.0.23-1.fc12 updates 367 k

Transaction Summary
================================================== ================================================== ================================================
Install 1 Package(s)

Total size: 367 k
Installed size: 1.1 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
Installing : alsa-lib-1.0.23-1.fc12.i686 1/1

Installed:
alsa-lib.i686 0:1.0.23-1.fc12

Complete!
then

Quote:
[root@mediceo6NB skype-2.2.0.35]# ./skype
./skype: error while loading shared libraries: libXv.so.1: cannot open shared object file: No such file or directory
:-(
Reply With Quote
  #6  
Old 23rd January 2012, 07:39 PM
roelj Offline
Registered User
 
Join Date: Jun 2009
Location: Netherlands
Age: 21
Posts: 279
linuxopera
Re: skype

If you don't want to use an auto installer go on like this:


Code:
yum provides "*/<library name>"
Where <library name> is the *.so.*. In this case:
Code:
yum provides "*/libXv.so.1"
Then install the i686 package that it outputs.
Reply With Quote
  #7  
Old 23rd January 2012, 07:47 PM
yorelchr Offline
Registered User
 
Join Date: May 2010
Posts: 57
linuxchrome
Re: skype

ok, as root I did:


Quote:
[root@mediceo6NB skype-2.2.0.35]# yum provides "*/libXv.so.1"
http://download.fedoraproject.org/pu...ta/repomd.xml: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu...ata/repomd.xml
Trying other mirror.
libXv-1.0.5-1.fc12.i686 : X.Org X11 libXv runtime library
Repo : fedora
Matched from:
Filename : /usr/lib/libXv.so.1



libXv-1.0.5-1.fc12.x86_64 : X.Org X11 libXv runtime library
Repo : fedora
Matched from:
Filename : /usr/lib64/libXv.so.1



libXv-1.0.5-1.fc12.x86_64 : X.Org X11 libXv runtime library
Repo : installed
Matched from:
Filename : /usr/lib64/libXv.so.1
then :


Quote:
yum install libXv-1.0.5-1.fc12.i686
http://download.fedoraproject.org/pu...ta/repomd.xml: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu...ata/repomd.xml
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libXv.i686 0:1.0.5-1.fc12 set to be installed
--> Processing Dependency: libXext.so.6 for package: libXv-1.0.5-1.fc12.i686
--> Processing Dependency: libX11.so.6 for package: libXv-1.0.5-1.fc12.i686
--> Running transaction check
---> Package libX11.i686 0:1.3-1.fc12 set to be installed
--> Processing Dependency: libxcb.so.1 for package: libX11-1.3-1.fc12.i686
---> Package libXext.i686 0:1.1-2.fc12 set to be installed
--> Running transaction check
---> Package libxcb.i686 0:1.5-1.fc12 set to be installed
--> Processing Dependency: libXau.so.6 for package: libxcb-1.5-1.fc12.i686
--> Running transaction check
---> Package libXau.i686 0:1.0.5-1.fc12 set to be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ================================================== ================================================
Package Arch Version Repository Size
================================================== ================================================== ================================================
Installing:
libXv i686 1.0.5-1.fc12 fedora 20 k
Installing for dependencies:
libX11 i686 1.3-1.fc12 fedora 585 k
libXau i686 1.0.5-1.fc12 fedora 21 k
libXext i686 1.1-2.fc12 updates 33 k
libxcb i686 1.5-1.fc12 updates 103 k

Transaction Summary
================================================== ================================================== ================================================
Install 5 Package(s)

Total size: 763 k
Total download size: 627 k
Installed size: 1.8 M
Is this ok [y/N]: y
Downloading Packages:
http://download.fedoraproject.org/pu...fc12.i686.rpm: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu....fc12.i686.rpm
Trying other mirror.
http://download.fedoraproject.org/pu...fc12.i686.rpm: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu....fc12.i686.rpm
Trying other mirror.
http://download.fedoraproject.org/pu...fc12.i686.rpm: [Errno 14] HTTP Error 404 : http://download.fedoraproject.org/pu....fc12.i686.rpm
Trying other mirror.


Error Downloading Packages:
libXau-1.0.5-1.fc12.i686: failure: Packages/libXau-1.0.5-1.fc12.i686.rpm from fedora: [Errno 256] No more mirrors to try.
libXv-1.0.5-1.fc12.i686: failure: Packages/libXv-1.0.5-1.fc12.i686.rpm from fedora: [Errno 256] No more mirrors to try.
libX11-1.3-1.fc12.i686: failure: Packages/libX11-1.3-1.fc12.i686.rpm from fedora: [Errno 256] No more mirrors to try.
I don't understand what's the problem with these mirrors....and error 404 ...is it coming from my pc?
Reply With Quote
  #8  
Old 23rd January 2012, 07:54 PM
roelj Offline
Registered User
 
Join Date: Jun 2009
Location: Netherlands
Age: 21
Posts: 279
linuxopera
Re: skype

Since Fedora 12 is end-of-life, the mirrors are probably being cleared.

For example:
http://ftp.tudelft.nl/download.fedor...x/releases/12/

It's empty. Therefore, it cannot retrieve anything from it.

Upgrading to Fedora 15 or 16 would help
Reply With Quote
  #9  
Old 23rd January 2012, 07:59 PM
yorelchr Offline
Registered User
 
Join Date: May 2010
Posts: 57
linuxchrome
Re: skype

PS: is the auto installer secure? I mean, can't it be a source of conflict or things like that? is it a fedora program?

---------- Post added at 08:59 PM ---------- Previous post was at 08:57 PM ----------

yes, I should upgrade...but this is my work computer, and it's really not the moment for me now to do that, I'm afraid there could be some problems during the upgrading and I'm really not a Linux specialist...
Reply With Quote
  #10  
Old 23rd January 2012, 08:13 PM
roelj Offline
Registered User
 
Join Date: Jun 2009
Location: Netherlands
Age: 21
Posts: 279
linuxopera
Re: skype

Well, from 12 to 15 or 16 is quite a step indeed.
Go to the set up guides:
http://www.fedoraforum.org/?view=fedora_setup

And pick one (I referred you to Autoplus earlier in this thread).

I don't think it will conflict. However, I think it will just fail because it has no mirrors to download it from.

---------- Post added at 09:12 PM ---------- Previous post was at 09:08 PM ----------

I found the repository data you need: http://archives.fedoraproject.org/pu...x/releases/12/

Edit /etc/yum.repos.d/fedora.repo and replace the "baseurl="

for:
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/x86_64/os/

Do the same with /etc/yum.repos.d/fedora-updates.repo[COLOR="Silver"]
Reply With Quote
  #11  
Old 23rd January 2012, 09:10 PM
yorelchr Offline
Registered User
 
Join Date: May 2010
Posts: 57
linuxchrome
Re: skype

ok,for the /etc/yum.repos.d/fedora.repo I have all this... I suppose i change for the two I put in grass letters? why do I have one with # in front?

Quote:
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
#metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
baseurl=http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/$releasever/Everything/$basearch/os/
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch
for /etc/yum.repo.d/fedora-updates.repo I just have one line which is not with #, so I change it....

---------- Post added at 09:47 PM ---------- Previous post was at 09:36 PM ----------

ok, I've made the change in the repo files. Then I did again what Krellen told in his post and now Skype seems to be ok. I'll see with time if I have no problems with webcam or sound...
thanks a lot for your time and patience!!!

best regards

yorelchr

---------- Post added at 09:48 PM ---------- Previous post was at 09:47 PM ----------

PS: I keep in mind about the upgrade, but I think I'll do it after saving everything...we never know ;-)

---------- Post added at 10:10 PM ---------- Previous post was at 09:48 PM ----------

PS: shoudln't I have changed the second baseur line, the one with the #, by the path leading to the debug :

http://archives.fedoraproject.org/pu.../x86_64/debug/

and the third one by :

http://archives.fedoraproject.org/pu.../source/SRPMS/

and the same in the other file ?
Reply With Quote
Reply

Tags
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 komir Using Fedora 5 21st April 2011 11:14 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
who uses skype 2.0 with F9 here ? M4rc0 Using Fedora 17 26th July 2008 02:03 PM
Skype and Program like Skype tokegee Using Fedora 3 4th June 2007 07:17 PM
Skype on IBM T22 using FC5 johnd Hardware & Laptops 5 15th November 2006 07:17 AM


Current GMT-time: 16:47 (Thursday, 23-05-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