You are not logged in.

#1 2012-10-24 00:00:43

Wingsama
Member
Registered: 2012-10-23
Posts: 5

/usr/lib32/skype/skype not found

I've looked every where for an answer close to my current issue, but alas...

Upon executing skype from the terminal, I receive...

/usr/bin/skype: line 9: /usr/lib32/skype/skype: No such file or directory

The contents of /usr/bin/skype:

#!/bin/sh

LIBDIR="/usr/lib32"

if [[ -e "$LIBDIR/libv4l/v4l2convert.so" ]]; then
        export LD_PRELOAD="$LIBDIR/libv4l/v4l2convert.so"
fi

exec "$LIBDIR/skype/skype" "$@"

/usr/lib32/skype/skype is there, 26.9 MB.

Is there a glaring problem I'm overlooking? Any ideas?

Thanks in advance.

Offline

#2 2012-10-24 00:16:27

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: /usr/lib32/skype/skype not found

You're missing lib32-glibc. How exactly did you install skype?

Offline

#3 2012-10-24 00:26:25

Wingsama
Member
Registered: 2012-10-23
Posts: 5

Re: /usr/lib32/skype/skype not found

multilib/lib32-glibc 2.16.0-4 [installed]
    GNU C Library for multilib

Already installed.

And through pacman -S skype, Nothing special.

Offline

#4 2012-10-24 00:34:40

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: /usr/lib32/skype/skype not found

Does /usr/lib/ld-linux.so.2 exist? That "No such file or directory" usually means you've managed to lose track of the linker.

Offline

#5 2012-10-24 00:41:38

Wingsama
Member
Registered: 2012-10-23
Posts: 5

Re: /usr/lib32/skype/skype not found

ls /usr/lib | grep ld-lin
ld-linux.so.2

Yep.

Offline

#6 2012-10-24 00:46:38

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: /usr/lib32/skype/skype not found

Any files missing from lib32-glibc? pacman -Qk lib32-glibc

testdb show any broken dependencies? (just run it without args)

What does ldd show on the binary?

Offline

#7 2012-10-24 00:56:03

Wingsama
Member
Registered: 2012-10-23
Posts: 5

Re: /usr/lib32/skype/skype not found

0 Missing from pacman -Qk

testdb returned nothing

ldd says both /usr/bin/skype and /usr/lib32/skype/skype are not dynamic executables.

Offline

#8 2012-10-24 07:25:37

robug
Member
Registered: 2010-11-17
Posts: 28

Re: /usr/lib32/skype/skype not found

Just an idea: Are you running Arch x86_64? If so did you enabled the multilib repo in pacman?
If not, you can ignore this post.

Offline

#9 2012-10-24 08:33:06

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: /usr/lib32/skype/skype not found

Wingsama wrote:

are not dynamic executables.

On my machine:-

% ldd /usr/lib32/skype/skype
        linux-gate.so.1 (0xf76ec000)
        libasound.so.2 => /usr/lib32/libasound.so.2 (0xf75c0000)
        libXv.so.1 => /usr/lib32/libXv.so.1 (0xf75ba000)
        libXss.so.1 => /usr/lib32/libXss.so.1 (0xf75b6000)
        librt.so.1 => /usr/lib32/librt.so.1 (0xf75ad000)
        libdl.so.2 => /usr/lib32/libdl.so.2 (0xf75a7000)
        libX11.so.6 => /usr/lib32/libX11.so.6 (0xf7470000)
        libXext.so.6 => /usr/lib32/libXext.so.6 (0xf745e000)
        libQtDBus.so.4 => /usr/lib32/libQtDBus.so.4 (0xf73df000)
        libQtXml.so.4 => /usr/lib32/libQtXml.so.4 (0xf739e000)
        libQtGui.so.4 => /usr/lib32/libQtGui.so.4 (0xf68e0000)
        libQtNetwork.so.4 => /usr/lib32/libQtNetwork.so.4 (0xf67a5000)
        libQtCore.so.4 => /usr/lib32/libQtCore.so.4 (0xf64c5000)
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf64aa000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf63c1000)
        libm.so.6 => /usr/lib32/libm.so.6 (0xf6382000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf6366000)
        libc.so.6 => /usr/lib32/libc.so.6 (0xf61bc000)
        /lib/ld-linux.so.2 (0xf76ed000)
        libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf619a000)
        libdbus-1.so.3 => /usr/lib32/libdbus-1.so.3 (0xf614f000)
        libglib-2.0.so.0 => /usr/lib32/libglib-2.0.so.0 (0xf6056000)
        libpng15.so.15 => /usr/lib32/libpng15.so.15 (0xf6025000)
        libz.so.1 => /usr/lib32/libz.so.1 (0xf600e000)
        libfreetype.so.6 => /usr/lib32/libfreetype.so.6 (0xf5f72000)
        libgobject-2.0.so.0 => /usr/lib32/libgobject-2.0.so.0 (0xf5f24000)
        libSM.so.6 => /usr/lib32/libSM.so.6 (0xf5f1b000)
        libICE.so.6 => /usr/lib32/libICE.so.6 (0xf5f00000)
        libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf5ef6000)
        libfontconfig.so.1 => /usr/lib32/libfontconfig.so.1 (0xf5ebe000)
        libssl.so.1.0.0 => /usr/lib32/libssl.so.1.0.0 (0xf5e5b000)
        libcrypto.so.1.0.0 => /usr/lib32/libcrypto.so.1.0.0 (0xf5c95000)
        libXau.so.6 => /usr/lib32/libXau.so.6 (0xf5c91000)
        libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf5c89000)
        libpcre.so.1 => /usr/lib32/libpcre.so.1 (0xf5c25000)
        libbz2.so.1.0 => /usr/lib32/libbz2.so.1.0 (0xf5c15000)
        libgthread-2.0.so.0 => /usr/lib32/libgthread-2.0.so.0 (0xf5c12000)
        libffi.so.6 => /usr/lib32/libffi.so.6 (0xf5c0b000)
        libuuid.so.1 => /usr/lib32/libuuid.so.1 (0xf5c04000)
        libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf5bdb000)

Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#10 2012-10-24 16:59:21

Wingsama
Member
Registered: 2012-10-23
Posts: 5

Re: /usr/lib32/skype/skype not found

robug: Yes, it is enabled

ngoonee: So the /usr/lib32/skype/skype isn't correct in some form or fashion.... What do?

I've already reinstalled using a Recursive remove. What else is there?

Last edited by Wingsama (2012-10-24 16:59:59)

Offline

Board footer

Powered by FluxBB