茨城県つくばみらい市から来ました

プログラマーになるために生きています

skype 2.2 Beta on Fedora 15 x86_64

yum install glibc*i686 \
            alsa-lib*i686 \
            libXv*i686 \
            libXScrnSaver*.i686 \
            1:qt-4*i686 \
            qt-x11-4*.i686 

足跡

32bit ライブラリが必要なので端末から skype を起動して足りないライブラリをいろいろ入れる
ldd -r とかで一発で見られたら楽だったんだけど、ldd が32bit版じゃないからかなー。
毎回これやってる気がする。

bash-4.2 $ skype
bash: /usr/bin/skype: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

[root@palltennon ~]# yum whatprovides "*ld-linux.so.2"

Loaded plugins: langpacks, refresh-packagekit
glibc-2.13.90-9.i686 : The GNU libc libraries
Repo : fedora
Matched from:
Filename : /lib/ld-linux.so.2
Other : ld-linux.so.2



arm-gp2x-linux-glibc-2.3.6-9.fc15.noarch : Cross Compiled GNU C Library targeted at arm-gp2x-linux
Repo : fedora
Matched from:
Filename : /usr/arm-gp2x-linux/lib/ld-linux.so.2



glibc-2.13.90-9.i686 : The GNU libc libraries
Repo : updates-testing
Matched from:
Filename : /lib/ld-linux.so.2
Other : ld-linux.so.2

[root@palltennon ~]# yum install glibc-2.13.90-9.i686

$ skype
skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

[root@palltennon ~]# yum whatprovides "*libasound.so.2"

Loaded plugins: langpacks, refresh-packagekit
alsa-lib-1.0.24-2.fc15.x86_64 : The Advanced Linux Sound Architecture (ALSA) library
Repo : fedora
Matched from:
Filename : /lib64/libasound.so.2



alsa-lib-1.0.24-2.fc15.i686 : The Advanced Linux Sound Architecture (ALSA) library
Repo : fedora
Matched from:
Filename : /lib/libasound.so.2
Other : libasound.so.2



alsa-lib-1.0.24-2.fc15.x86_64 : The Advanced Linux Sound Architecture (ALSA) library
Repo : installed
Matched from:
Filename : /lib64/libasound.so.2

[root@palltennon ~]# yum install alsa-lib-1.0.24-2.fc15.i686

bash-4.2 $ skype
skype: error while loading shared libraries: libXv.so.1: cannot open shared object file: No such file or directory

[root@palltennon ~]# yum whatprovides "*libXv.so.1"

Loaded plugins: langpacks, refresh-packagekit
libXv-1.0.6-2.fc15.x86_64 : X.Org X11 libXv runtime library
Repo : fedora
Matched from:
Filename : /usr/lib64/libXv.so.1



libXv-1.0.6-2.fc15.i686 : X.Org X11 libXv runtime library
Repo : fedora
Matched from:
Other : libXv.so.1
Filename : /usr/lib/libXv.so.1



libXv-1.0.6-2.fc15.x86_64 : X.Org X11 libXv runtime library
Repo : installed
Matched from:
Filename : /usr/lib64/libXv.so.1

[root@palltennon ~]# yum install libXv-1.0.6-2.fc15.i686

bash-4.2 $ skype
skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

[root@palltennon ~]# yum whatprovides "*libXss.so.1"

>>Loaded plugins: langpacks, refresh-packagekit
libXScrnSaver-1.2.1-2.fc15.x86_64 : X.Org X11 libXss runtime library
Repo : fedora
Matched from:
Filename : /usr/lib64/libXss.so.1



libXScrnSaver-1.2.1-2.fc15.i686 : X.Org X11 libXss runtime library
Repo : fedora
Matched from:
Filename : /usr/lib/libXss.so.1
Other : libXss.so.1



libXScrnSaver-1.2.1-2.fc15.x86_64 : X.Org X11 libXss runtime library
Repo : installed
Matched from:
Filename : /usr/lib64/libXss.so.1