Announcement

News: Chakra 2013.03 Benz Released: Release Notes - Download - A good place to start: Beginner's Guide - For pasting any code/info please use paste.chakra. Please read Forum Etiquette.

#1 2011-01-02 16:03:38

fthieme
Member
From: Leipzig, Germany
Registered: 2009-05-20
Posts: 68
Website

skype no such file or directory

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, stripped

Not dynamic, but dynamic?

Offline

#2 2011-01-02 17:45:35

abveritas
Core-Team Admin
From: GA, USA
Registered: 2010-01-11
Posts: 6,051

Re: skype no such file or directory

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

#3 2011-01-04 21:36:02

djustice
[Developer - Team]
Registered: 2010-05-27
Posts: 162

Re: skype no such file or directory

"/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

#4 2011-01-07 16:47:24

fthieme
Member
From: Leipzig, Germany
Registered: 2009-05-20
Posts: 68
Website

Re: skype no such file or directory

$ 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 found

At least an improvement...

Edit:
After creating /etc/ld.so.conf.d/lib32.conf

/opt/lib32/lib
/opt/lib32/usr/lib
/usr/lib32

running ldconfig, and skype can be run...

Last edited by fthieme (2011-01-07 16:53:56)

Offline

Board footer

Powered by FluxBB 1.4.8