Try to see which library is missing. >From terminal: ldd `which skype` An example: ldd `which ping` libresolv.so.2 => not found libc.so.6 => /lib64/libc.so.6 (0x00002aaaab0f9000) /lib64/ld-linux-x86-64.so.2 (0x00002aaaaacc7000) from the output can be seen that libresolv.so.2 is missing. So you can tell yum to install the package which provides this library. # yum install libresolv.so.2 On Mon, Jun 27, 2011 at 10:49, Pasha R <pashar.ml@xxxxxxxxx> wrote: > On Mon, Jun 27, 2011 at 10:47 AM, Mike Dwiggins <mike@xxxxxxxxxxxxxx> wrote: >> On 6/27/2011 12:29 AM, Nicolae Ghimbovschi wrote: >>> Skype works fine for me on Fedora 15 86_x64 and it was working on F14. >>> >>> In case you are using the dynamic version of Skype. >>> I think it needs some extra 32bit libraries to work. >>> >>> as root: >>> >>> yum -y install pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686 >>> libv4l.i686 libXv.i686 libXScrnSaver.i686 dbus-qt.i686 qt.i686 >>> >>> >>> On Mon, Jun 27, 2011 at 10:23, Mike Dwiggins<mike@xxxxxxxxxxxxxx> wrote: >>>> Has anyone had any luck running Skype on Fedora 14 86_x64. It installs >>>> just fine but, when I try to launch it nothing happens! >>>> >>>> I get nothing in messages or demesg to show it even attempted to >>>> launch! Is it like Flash and needs to be wrapped in order to work? If >>>> so how? >>>> >>>> Mike >>>> > Runs fine for me, too. > > Did you try to run it from command line? See if it prints anything. > -- > users mailing list > users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe or change subscription options: > https://admin.fedoraproject.org/mailman/listinfo/users > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines > -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines