Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th February 2009, 09:20 PM
azastro Offline
Registered User
 
Join Date: Feb 2009
Posts: 1
How I install skype on fedora 10

Hi all,

I have no question, I only want write topic
"howto install skype on fedora 10"

I have the computer with Fedora 10:

uname -a
Linux bee.mail.ru 2.6.27.5-117.fc10.x86_64 #1 SMP Tue Nov 18 11:58:53 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
  • unpack.
    root@bee.mail.ru# mkdir -p /opt/skype;tar xjvf skype_static-1.4.0.118.tar.bz2 -C /opt/skype (root)
  • someuser@bee.mail.ru$cd /opt/skype/skype_static-1.4.0.118 (not root)

    someuser@bee.mail.ru$ldd ./skype(not root)
    linux-gate.so.1 => (0x00110000)
    libasound.so.2 => /lib/libasound.so.2 (0x00111000)
    libSM.so.6 => not found
    libICE.so.6 => /usr/lib/libICE.so.6 (0x001fb000)
    libXi.so.6 => not found
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x0021e000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00227000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x0022e000)
    libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x00233000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x0023d000)
    libfreetype.so.6 => /usr/lib/freetype-freeworld/libfreetype.so.6 (0x00240000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x002d3000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00302000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00312000)
    librt.so.1 => /lib/librt.so.1 (0x00413000)
    libdl.so.2 => /lib/libdl.so.2 (0x0041d000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00422000)
    libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x0043c000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00442000)
    libm.so.6 => /lib/libm.so.6 (0x00532000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0055b000)
    libc.so.6 => /lib/libc.so.6 (0x00c16000)
    libuuid.so.1 => /lib/libuuid.so.1 (0x00569000)
    libexpat.so.1 => not found (0x0056d000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00594000)
    libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0x00597000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00599000)
    /lib/ld-linux.so.2 (0x00bf1000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x005b5000)
  • You can see that there are not enough dinamical library
    I this case not enouth libexpat.so.1 libXi.so.6 libSM.so.6 (not found).
Find and install need library.
  • go to url http://rpm.pbone.net/ and select "Fedora 10" checkbox. and search the libexpat.so.1. The result show that we need package

    Fedora 10 download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/x86_64/os/Packages/expat-2.0.1-5.i386.rpm

    someuser@bee.mail.ru$yum search expat (not root)

    find the package name (expat.i386) and than

    root@bee.mail.ru#yum install expat.i386(root)
and so ... for every need library. ( libXi.so.6 libSM.so.6 in our case)
  • After all operation. Start skype!!
    someuser@bee.mail.ru$/opt/skype/skype_static-1.4.0.118/skype(not root)
  • Add alias in ~someuser/.bashrc file
    alias skype="/opt/skype/skype_static-1.4.0.118/skype --resources=/opt/skype/skype_static-1.4.0.118/skype"

    or add icon to Desktop with this command.

Its work!!! Use it. (may be you need configurate in kmix microphone section)

Skype -- connecting people!
Reply With Quote
  #2  
Old 11th February 2009, 09:32 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
Moved to Guides and How-To Articles.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 29th April 2009, 09:25 AM
MK_SCP01 Offline
Registered User
 
Join Date: Apr 2009
Posts: 1
Tried to install skye on Fedora 10 - everything worked fine.
But when I start Skype I cannot see any icons - it's just the window of skype and some drop-down fields.

any ideas?

regards
Reply With Quote
  #4  
Old 9th May 2009, 11:01 PM
akdwivedi Offline
Registered User
 
Join Date: Dec 2008
Posts: 10
I have got it working finally and provided a detailed approach here

Last edited by akdwivedi; 22nd December 2010 at 04:32 PM.
Reply With Quote
  #5  
Old 5th June 2009, 11:31 PM
jdeslip's Avatar
jdeslip Offline
Registered User
 
Join Date: May 2006
Location: Berkeley, CA
Posts: 621
skype fedora 10 video
Reply With Quote
Reply

Tags
fedora, install, 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
Howto: Install Skype (dynamic) on Fedora 12 64-bit Krellan Guides & Solutions (No Questions) 18 10th August 2010 03:38 AM
how do you install skype on f11! nobleman_james Installation and Live Media 2 5th October 2009 10:47 AM
[Howto] Install Skype on Fedora 8 x86_64 mdim Guides & Solutions (No Questions) 13 23rd September 2009 11:50 PM
Skype Install on F7 ? pailott Using Fedora 1 21st November 2008 06:55 AM


Current GMT-time: 08:50 (Tuesday, 21-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