<---- template headericclude ----->
Skype on Fedora 11 64bit
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 11 of 11
  1. #1
    Join Date
    Oct 2006
    Location
    Melbourne
    Age
    53
    Posts
    607
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Skype on Fedora 13 x86_64

    Skype does work with fedora 13 x86_64 if you install the following dependencies:

    Fedora 13 x86_64:
    Code:
    yum install pulseaudio-libs.i686 pulseaudio-libs-devel.i686 alsa-plugins-pulseaudio.i686 libv4l.i686 libXv.i686 libXv-devel.i686 libXScrnSaver.i686 libXScrnSaver.x86_64 libXScrnSaver-devel.i686 libXScrnSaver-devel.x86_64 qt.i686 qt-devel.i686
    Fedora 12 x86_64:
    Code:
    yum install pulseaudio-libs.i686 pulseaudio-libs-devel.i686 alsa-plugins-pulseaudio.i686 libv4l.i686 libXv.i686 libXv-devel.i686 libXScrnSaver.i686 libXScrnSaver.x86_64 libXScrnSaver-devel.i686 libXScrnSaver-devel.x86_64 dbus-qt.i686 dbus-qt-devel.i686 qt.i686 qt-devel.i686

    Have a good day
    Jonathon

    Edit. I'm now using 'Ekiga' the open source alternative to skype. http://forums.fedoraforum.org/showthread.php?t=239432
    Last edited by jonathonp; 30th May 2010 at 02:14 AM.

  2. #2
    Join Date
    Nov 2005
    Posts
    451
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The 64-bit packages for those distros contain the same 32-bit binaries, so it's not truly a 64-bit package. The difference is that their dependencies/metadata is changed to work better with the 64-bit version of those distros.

  3. #3
    Join Date
    Feb 2009
    Location
    Island of Roatan in the Caribbean
    Posts
    281
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting the following error after the skype-2.1.0.47-fc10.i586 install on a fully patched F11:

    skype: error while loading shared libraries: libXv.so.1: cannot open shared object file: No such file or directory

    But that library exists.

    Any ideas? Was that at least part of the problems you encountered?

  4. #4
    scottro's Avatar
    scottro is offline Retired Community Manager -- Banned from Texas by popular demand.
    Join Date
    Sep 2007
    Location
    NYC
    Posts
    8,120
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hrrm. I was getting similar errors on F12, x86_64, but in my case, it had to do with the 32 bit, 64 bit thing--fixed by installing the requested libs.

    Is this a 64 bit? If so, do

    yum provides */libXv.so.1

    It will probably come back with something libXv-<version>x86_64, and the same with i586 or i686. I've forgotten when the transition took place

    But, assume this is a 64 bit system and it comes back with that, then you would install it, e.g.,
    yum install libXv.i586 (or 686).

    It's looking for a 32 bit version, at least that was the story on my machine.
    --
    http://srobb.net

  5. #5
    Join Date
    Feb 2009
    Location
    Island of Roatan in the Caribbean
    Posts
    281
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I should have figured that out

    Thanks for waking me up.

    I keep forgetting about 32 & 64 bit differences.

    I'm sure that's it.

  6. #6
    scottro's Avatar
    scottro is offline Retired Community Manager -- Banned from Texas by popular demand.
    Join Date
    Sep 2007
    Location
    NYC
    Posts
    8,120
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, if so, it should be easy to fix. Install that library. Start skype. Look at the new error message. Curse them. Install the next library. Repeat. (I think it was about three or 4 that I had to put in before it worked, but I really don't remember.)
    --
    http://srobb.net

  7. #7
    Join Date
    Aug 2007
    Location
    Brasil
    Posts
    471
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!
    Perhaps you can help me.

    I keep getting this dependency error:

    Transaction Check Error:
    package mesa-libGLU-7.6-0.15.fc12.x86_64 (which is newer than mesa-libGLU-7.6-0.13.fc12.i686) is already installed
    I can't remove mesa-libGLU.x86_64 because it builds a large dependecy list with it.

    Do you have any idea of how I could work around this?

  8. #8
    Join Date
    Oct 2006
    Location
    Melbourne
    Age
    53
    Posts
    607
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    yum list mesa-libGLU
    Installed Packages
    mesa-libGLU.i686 7.6-0.13.fc12 @fedora
    mesa-libGLU.x86_64 7.6-0.13.fc12 @anaconda-InstallationRepo-200911081904.x86_64


    I don't know how u ended up with mesa-libGLU-7.6-0.15.fc12.x86_64?

    yum downgrade mesa-libGLU is not an option for this package.

    I tried installing the mesa package that you have:
    Code:
    yum install mesa-libGLU-7.6-0.15.fc12.x86_64
    Setting up Install Process
    No package mesa-libGLU-7.6-0.15.fc12.x86_64 available.

    Code:
    yum install mesa-libGLU.x86_64
    Setting up Install Process
    Package mesa-libGLU-7.6-0.13.fc12.x86_64 already installed and latest version


    What repos do u have enabled?
    Seems ok if you remove the package and then install the correct package.
    Code:
    yum remove mesa-libGLU
    Code:
    yum install mesa-libGLU.x86_64 7.6-0.13.fc12
    I would immediately reinstall the packages that you lost when removing mesa-libGLU

    Eg yum install DVDRipOMatic Miro compiz...........qt-devel....etc
    Last edited by jonathonp; 12th December 2009 at 01:55 PM.
    Fedora 40 Gnome Desktop

  9. #9
    Join Date
    Aug 2007
    Location
    Brasil
    Posts
    471
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also don't know how I got it. I installed F12 with a XFCE4 spin.

    These are my repositories:
    Code:
    repo id                                                      repo name                                                                        status
    fedora                                                       Fedora 12 - x86_64                                                               enabled: 19,122
    flash                                                        flash                                                                            enabled:      1
    livna                                                        rpm.livna.org for 12 - x86_64                                                    enabled:      3
    rpmfusion-free                                               RPM Fusion for Fedora 12 - Free                                                  enabled:    432
    rpmfusion-free-updates                                       RPM Fusion for Fedora 12 - Free - Updates                                        enabled:    122
    rpmfusion-nonfree                                            RPM Fusion for Fedora 12 - Nonfree                                               enabled:    139
    rpmfusion-nonfree-updates                                    RPM Fusion for Fedora 12 - Nonfree - Updates                                     enabled:     59
    updates                                                      Fedora 12 - x86_64 - Updates                                                     enabled:  2,684
    I guess I'll have to uninstall the package and re install the dependencies.
    Code:
    Removing:
     mesa-libGLU                                   x86_64                    7.6-0.15.fc12                                    installed                    393 k
    Removing for dependencies:
     Miro                                          x86_64                    2.5.2-6.fc12                                     installed                    8.2 M
     PyQt4                                         x86_64                    4.6.2-3.fc12                                     installed                     13 M
     VirtualBox-OSE                                x86_64                    3.0.10-1.fc12                                    installed                     44 M
     compiz                                        x86_64                    0.8.2-19.fc12                                    installed                    4.3 M
     compiz-fusion                                 x86_64                    0.8.2-4.fc12                                     installed                    5.6 M
     compiz-fusion-extras                          x86_64                    0.8.2-2.fc12                                     installed                    7.1 M
     compiz-gnome                                  x86_64                    0.8.2-19.fc12                                    installed                    2.1 M
     compizconfig-backend-gconf                    x86_64                    0.8.2-2.fc12                                     installed                     66 k
     emerald                                       x86_64                    0.8.2-2.fc12                                     installed                    1.1 M
     emerald-themes                                noarch                    0.5.2-4.fc12                                     installed                    1.9 M
     gecko-mediaplayer                             x86_64                    0.9.8-2.fc12                                     installed                    470 k
     gnome-mplayer                                 x86_64                    0.9.8-1.fc12                                     installed                    313 k
     gnome-mplayer-common                          x86_64                    0.9.8-1.fc12                                     installed                    621 k
     libcaca                                       x86_64                    0.99-0.9.beta16.fc12                             installed                    712 k
     mencoder                                      x86_64                    1.0-0.111.20091029svn.fc12                       installed                    7.5 M
     mplayer                                       x86_64                    1.0-0.111.20091029svn.fc12                       installed                    9.5 M
     phatch                                        x86_64                    0.1.6-5.fc12                                     installed                    3.2 M
     phonon                                        x86_64                    4.3.1-102.fc12                                   installed                    449 k
     phonon-backend-xine                           x86_64                    4.3.1-102.fc12                                   installed                    415 k
     qt-x11                                        x86_64                    1:4.5.3-9.fc12                                   installed                     44 M
     qtpfsgui                                      x86_64                    1.9.3-3.fc12                                     installed                    2.1 M
     vlc                                           x86_64                    1.0.3-1.fc12                                     installed                    4.8 M
     wxGTK-gl                                      x86_64                    2.8.10-7.fc12                                    installed                     54 k
     wxPython                                      x86_64                    2.8.9.2-3.fc12                                   installed                     35 M
     xine-lib                                      x86_64                    1.1.16.3-4.fc12                                  installed                    4.7 M
     xine-lib-extras                               x86_64                    1.1.16.3-4.fc12                                  installed                    211 k
     xine-lib-extras-freeworld                     x86_64                    1.1.16.3-2.fc12                                  installed                    903 k
     xine-lib-pulseaudio                           x86_64                    1.1.16.3-4.fc12                                  installed                     17 k
     xine-ui                                       x86_64                    0.99.5-16.fc12                                   installed                    2.8 M

  10. #10
    leigh123linux Guest
    Quote Originally Posted by M4rc0
    I also don't know how I got it. I installed F12 with a XFCE4 spin.

    These are my repositories:
    Code:
    repo id                                                      repo name                                                                        status
    fedora                                                       Fedora 12 - x86_64                                                               enabled: 19,122
    flash                                                        flash                                                                            enabled:      1
    livna                                                        rpm.livna.org for 12 - x86_64                                                    enabled:      3
    rpmfusion-free                                               RPM Fusion for Fedora 12 - Free                                                  enabled:    432
    rpmfusion-free-updates                                       RPM Fusion for Fedora 12 - Free - Updates                                        enabled:    122
    rpmfusion-nonfree                                            RPM Fusion for Fedora 12 - Nonfree                                               enabled:    139
    rpmfusion-nonfree-updates                                    RPM Fusion for Fedora 12 - Nonfree - Updates                                     enabled:     59
    updates                                                      Fedora 12 - x86_64 - Updates                                                     enabled:  2,684
    I guess I'll have to uninstall the package and re install the dependencies.
    Code:
    Removing:
     mesa-libGLU                                   x86_64                    7.6-0.15.fc12                                    installed                    393 k
    Removing for dependencies:
     Miro                                          x86_64                    2.5.2-6.fc12                                     installed                    8.2 M
     PyQt4                                         x86_64                    4.6.2-3.fc12                                     installed                     13 M
     VirtualBox-OSE                                x86_64                    3.0.10-1.fc12                                    installed                     44 M
     compiz                                        x86_64                    0.8.2-19.fc12                                    installed                    4.3 M
     compiz-fusion                                 x86_64                    0.8.2-4.fc12                                     installed                    5.6 M
     compiz-fusion-extras                          x86_64                    0.8.2-2.fc12                                     installed                    7.1 M
     compiz-gnome                                  x86_64                    0.8.2-19.fc12                                    installed                    2.1 M
     compizconfig-backend-gconf                    x86_64                    0.8.2-2.fc12                                     installed                     66 k
     emerald                                       x86_64                    0.8.2-2.fc12                                     installed                    1.1 M
     emerald-themes                                noarch                    0.5.2-4.fc12                                     installed                    1.9 M
     gecko-mediaplayer                             x86_64                    0.9.8-2.fc12                                     installed                    470 k
     gnome-mplayer                                 x86_64                    0.9.8-1.fc12                                     installed                    313 k
     gnome-mplayer-common                          x86_64                    0.9.8-1.fc12                                     installed                    621 k
     libcaca                                       x86_64                    0.99-0.9.beta16.fc12                             installed                    712 k
     mencoder                                      x86_64                    1.0-0.111.20091029svn.fc12                       installed                    7.5 M
     mplayer                                       x86_64                    1.0-0.111.20091029svn.fc12                       installed                    9.5 M
     phatch                                        x86_64                    0.1.6-5.fc12                                     installed                    3.2 M
     phonon                                        x86_64                    4.3.1-102.fc12                                   installed                    449 k
     phonon-backend-xine                           x86_64                    4.3.1-102.fc12                                   installed                    415 k
     qt-x11                                        x86_64                    1:4.5.3-9.fc12                                   installed                     44 M
     qtpfsgui                                      x86_64                    1.9.3-3.fc12                                     installed                    2.1 M
     vlc                                           x86_64                    1.0.3-1.fc12                                     installed                    4.8 M
     wxGTK-gl                                      x86_64                    2.8.10-7.fc12                                    installed                     54 k
     wxPython                                      x86_64                    2.8.9.2-3.fc12                                   installed                     35 M
     xine-lib                                      x86_64                    1.1.16.3-4.fc12                                  installed                    4.7 M
     xine-lib-extras                               x86_64                    1.1.16.3-4.fc12                                  installed                    211 k
     xine-lib-extras-freeworld                     x86_64                    1.1.16.3-2.fc12                                  installed                    903 k
     xine-lib-pulseaudio                           x86_64                    1.1.16.3-4.fc12                                  installed                     17 k
     xine-ui                                       x86_64                    0.99.5-16.fc12                                   installed                    2.8 M


    Try


    Code:
    su
    yum downgrade mesa-libGLU.x86_64
    Then try again


    WTF did you get mesa-libGLU-7.6-0.15.fc12.x86_64 ?

    Code:
    [root@localhost leigh]# yum list mesa-libGLU  --enablerepo=u*g
    Loaded plugins: fastestmirror, presto, refresh-packagekit, remove-with-leaves,
                  : show-leaves
    Loading mirror speeds from cached hostfile
     * fedora: mirror.sov.uk.goscomb.net
     * fusion: www.dfm.uninsubria.it
     * kde: kdeforge.unl.edu
     * rpmfusion-free: ftp.cc.uoc.gr
     * rpmfusion-free-updates: ftp.cc.uoc.gr
     * rpmfusion-nonfree: ftp.cc.uoc.gr
     * rpmfusion-nonfree-updates: ftp.cc.uoc.gr
     * updates: mirror.sov.uk.goscomb.net
     * updates-testing: mirror.sov.uk.goscomb.net
    Installed Packages
    mesa-libGLU.i686                       7.6-0.13.fc12                     @fedora
    mesa-libGLU.x86_64                     7.6-0.13.fc12                     @fedora
    [root@localhost leigh]#

  11. #11
    Join Date
    Aug 2007
    Location
    Brasil
    Posts
    471
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aahh I read this post too late. I uninstalled everything, got the right mesa-libGLU and re-installed all that stuff.

    No idea where I got this package.

    The only place I can think of is autoten beside fedora repos.
    But like I said this is a XFCE spin, don't know if it has anything to do with it.

    Thanks for the help! It works now

Similar Threads

  1. Is there a 64bit Skype build for FC11?
    By Thaidog in forum Using Fedora
    Replies: 0
    Last Post: 27th August 2009, 07:41 AM
  2. desperate to get skype working, 64bit
    By neighborlee in forum Alpha, Beta & Snapshots Discussions (Fedora 11 Only)
    Replies: 2
    Last Post: 14th May 2009, 01:25 AM
  3. Vista 64bit and Fedora 64bit boot
    By CrOwN. in forum Using Fedora
    Replies: 6
    Last Post: 6th July 2008, 07:22 PM
  4. Upgrading F7 64bit to F8 64bit errors out with strange error
    By ajamison in forum Installation, Upgrades and Live Media
    Replies: 3
    Last Post: 30th December 2007, 09:41 AM
  5. Skype on 64bit
    By jbkt23 in forum Using Fedora
    Replies: 4
    Last Post: 15th August 2007, 05:52 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]