You are not logged in.
Pages: 1
I'm using the stable (aka not "-testing") repos. I can install bin32-skype, but when I start skype I just get "no such file or directory".
$ ldd /usr/bin/skype
not a dynamic executable
$ file /usr/bin/skype
/usr/bin/skype: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, strippedNot dynamic, but dynamic?
Offline
Yes, known issue, working on trying to figure out what is all wrong with this new repo
http://chakra-project.org/bbs/viewtopic.php?id=3757
http://chakra-project.org/bbs/viewtopic … 124#p25124
Offline
"/opt/lib32/lib/ld-linux.so.2 /usr/bin/skype"
still needs a profile.d entry i guess..
i'll get to it in a bit.
Offline
$ sudo ln -s /opt/lib32/lib/ld-linux.so.2 /lib/ld-linux.so.2
$ skype
skype: error while loading shared libraries: libasound.so.2: wrong ELF class: ELFCLASS64
$ ldd /usr/bin/skype
linux-gate.so.1 => (0xf76f1000)
libasound.so.2 => not found
libXv.so.1 => not found
libXss.so.1 => not found
librt.so.1 => not found
libQtDBus.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => not found
libstdc++.so.6 => not found
libm.so.6 => not found
libgcc_s.so.1 => not found
libc.so.6 => not found
libdl.so.2 => not found
libX11.so.6 => not found
libXext.so.6 => not foundAt least an improvement...
Edit:
After creating /etc/ld.so.conf.d/lib32.conf
/opt/lib32/lib
/opt/lib32/usr/lib
/usr/lib32running ldconfig, and skype can be run...
Last edited by fthieme (2011-01-07 16:53:56)
Offline
Pages: 1