If you use the skype official rpm on Fedora14 x86_64, it will end up "command not found".
Apparently it's dependency missing in spec file, so I just install qt.i686 and qt-x11.i686.
It's still showing:
skype: error while loading shared libraries: libXv.so.1: cannot open shared object file: No such file or directory
and
skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
then I installed the missing dependency:
yum install libXv.i686 libXScrnSaver.i686
Summary:
In Fedora 14 x86_64, you need
yum -y install qt.i686 qt-x11.i686 libXv.i686 libXScrnSaver.i686
| | dingyichen ( |
Skype for Fedora 14 x86_64
- Post a new comment
- 0 comments
- Post a new comment
- 0 comments