Find the answer to your Linux question:
Results 1 to 8 of 8
Like Tree1Likes
  • 1 Post By Rubberman
So i downloaded skype rpm "skype-2.2.0.35-fedora.i586.rpm" and clicked it. After installation i get the icon but when i click it i get "Failed to launch skype , failed to lauch ...
  1. #1
    Just Joined!
    Join Date
    Oct 2011
    Posts
    67

    Skype Issues.

    So i downloaded skype rpm "skype-2.2.0.35-fedora.i586.rpm" and clicked it. After installation i get the icon but when i click it i get "Failed to launch skype , failed to lauch the child process" How can i fix this ???

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    There are a bunch of support libraries that Skype needs on Linux, which I can't remember all that they are, though I was able to get Skype running after some futzing about and finding/installing the missing 32-bit libraries. What I did was to run Skype from a command-line window/console. It would output an error with the name of the first shared library it could not find, and I would install that. It took about four library installs before it would work, but it has been fine since then. Some were in standard repositories. I think I may have had to find one of the rpm files on the internet, but since this was last year I don't remember for sure.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Oct 2011
    Posts
    67
    Okay being fairly new to linux.. Im discovered that skype is installed in /usr/bin and here is what i got from the command prompt

    [root@localhost bin]# skype
    bash: /usr/bin/skype: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

    any ideas ??

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    What version of Fedora are you running? In any case, it seems you are missing /lib/ld-linux.so.2, which should be a soft link to another file - /lib/ld-2.12.so on my RHEL 6.0 system. This is the Linux system's dynamic loader. If this is missing then your program (skype) cannot load shared libraries. This link may provide some more clarity on how this all works: Understanding ld-linux.so.2

    Since just about everything on Linux uses shared libraries, this must be there, but it is possible that the skype executable is looking for a different version. Make sure you have the appropriate glibc package installed, which is what provides this component.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Just Joined!
    Join Date
    Oct 2011
    Posts
    67
    What version of Fedora are you running?
    Fedora 15.

    Thanks for the link.. will check that out a

  6. #6
    Just Joined!
    Join Date
    Oct 2011
    Posts
    67
    Hmm so any idea on how i could download /lib/ld-linux.so.2

  7. #7

  8. #8
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Glad you sorted it out. I forgot about the ldconfig step. As I said, it has been over a year since I did this on my 64-bit Scientific Linux system...
    zedan85 likes this.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...