LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I can't get skype to work on Fedora 8. (https://www.linuxquestions.org/questions/linux-software-2/i-cant-get-skype-to-work-on-fedora-8-a-752377/)

semservices 09-03-2009 07:49 AM

I can't get skype to work on Fedora 8.
 
I have installed skype from the site and it installs fully no errors. then when come to run the program then it does nothing. does not load. Please help

colucix 09-04-2009 03:42 AM

Try to run the skype command from a terminal and see if you can get some useful message from there. Also take a look at the output of the command
Code:

ldd /usr/bin/skype
this will list the shared objects (libraries) on which the skype executable depends. If you see some message like "not found" among the lines, then you've discovered the problem.

And... welcome to LinuxQuestions! :)


All times are GMT -5. The time now is 12:40 AM.