You are not logged in.

#1 2013-03-02 22:55:11

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

[Solved] Skype won't run on x86_64

[jiehan@tpx1c ~]$ sudo pacman -Q skype
skype 4.1.0.20-4
[jiehan@tpx1c ~]$ skype
ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib32/skype/skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
[jiehan@tpx1c ~]$ 

Any ideas?  Thanks.

UPDATE: Reinstalling lib32-alsa-lib and lib32-libxv made Skype to run.  I don't know what made these packages corrupted.

However, I ran into a new issue, and this is what I get now:

[jiehan@tpx1c ~]$ skype
ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
Inconsistency detected by ld.so: dl-open.c: 684: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

UPDATE: Reinstalling lib32-alsa-plugins lib32-glib2 lib32-libogg, which seem to be corrupted on my filesystem for some reason, finally solves this issue.  Thank you everyone.

Last edited by jiehanzheng (2013-03-03 02:44:19)

Offline

#2 2013-03-02 23:04:07

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

Re: [Solved] Skype won't run on x86_64

As the dependencies and error suggest, you need lib32-alsa-lib.

Offline

#3 2013-03-02 23:05:29

doug piston
Member
From: Seattle
Registered: 2011-09-11
Posts: 387
Website

Re: [Solved] Skype won't run on x86_64

I saw this earlier https://bugs.archlinux.org/task/34106 for the first error.

Last edited by doug piston (2013-03-02 23:06:07)

Offline

#4 2013-03-02 23:05:37

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

Re: [Solved] Skype won't run on x86_64

falconindy wrote:

As the dependencies and error suggest, you need lib32-alsa-lib.

Thanks for your reply.  I think I have it though...

[jiehan@tpx1c ~]$ sudo !!
sudo pacman -S lib32-alsa-lib
[sudo] password for jiehan: 
warning: lib32-alsa-lib-1.0.26-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): lib32-alsa-lib-1.0.26-1

Total Installed Size:   1.01 MiB
Net Upgrade Size:       0.00 MiB

Proceed with installation? [Y/n] ^C
Interrupt signal received

[jiehan@tpx1c ~]$ ^C

Offline

#5 2013-03-02 23:07:20

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [Solved] Skype won't run on x86_64

jiehanzheng,

Users are encouraged (expected, required) to search for answers before just posting new questions.  I've never used skype, but I've seen many threads on the forums that  seem to indicate that it is one of a handful of programs that requires mutlilib for x64 systems to be able to run right.

Please search for and read those relevant threads and wiki pages.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#6 2013-03-02 23:09:13

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

Re: [Solved] Skype won't run on x86_64

Trilby wrote:

jiehanzheng,

Users are encouraged (expected, required) to search for answers before just posting new questions.  I've never used skype, but I've seen many threads on the forums that  seem to indicate that it is one of a handful of programs that requires mutlilib for x64 systems to be able to run right.

Please search for and read those relevant threads and wiki pages.

Skype used to work for me before an update.  In fact, I did search for "skype".  All the posts I found were posted before I encounter this problem, except for the one saying his repo was not fully synced.

If you happen to find anything helpful, please let me know...

Last edited by jiehanzheng (2013-03-02 23:11:21)

Offline

#7 2013-03-02 23:12:36

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: [Solved] Skype won't run on x86_64

jiehanzheng wrote:

Skype used to work for me before an update.

In that case, *this* would have been good information to share earlier on.  What was updated?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#8 2013-03-02 23:14:44

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

Re: [Solved] Skype won't run on x86_64

Trilby wrote:

What was updated?

Sorry but I cannot remember exactly which update caused this issue, since I haven't used Skype for a while.  But I am pretty sure 3 months ago it worked.

Offline

#9 2013-03-02 23:38:31

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [Solved] Skype won't run on x86_64

Thread title wrote:

Skype won't run on x86_64

Works fine here...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2013-03-03 00:16:37

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

Re: [Solved] Skype won't run on x86_64

I wonder why Skype is trying to use /usr/share/skype/lib/libQtWebKit.so.4...  There is libQtWebKit.so.4 installed but it's located at /usr/lib/libQtWebKit.so.4.

Also, I am able to locate libasound.so.2

[jiehan@tpx1c ~]$ locate libasound.so.2
/usr/lib/libasound.so.2
/usr/lib/libasound.so.2.0.0

Last edited by jiehanzheng (2013-03-03 00:17:23)

Offline

#11 2013-03-03 00:57:44

theodore
Member
Registered: 2008-09-09
Posts: 151

Re: [Solved] Skype won't run on x86_64

works fine here as well...
did you try to uninstall it and install it again.

Offline

#12 2013-03-03 01:13:41

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

Re: [Solved] Skype won't run on x86_64

theodore wrote:

...uninstall it and install it again.

I did not.  Just tried but it still won't run...

[root@tpx1c jiehan]# pacman -R skype
checking dependencies...

Targets (1): skype-4.1.0.20-4

Total Removed Size:     35.64 MiB

Do you want to remove these packages? [Y/n] 
(1/1) removing skype                               [######################] 100%
[root@tpx1c jiehan]# pacman -S skype
resolving dependencies...
looking for inter-conflicts...

Targets (1): skype-4.1.0.20-4

Total Installed Size:   35.64 MiB

Proceed with installation? [Y/n] 
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
(1/1) installing skype                             [######################] 100%
Optional dependencies for skype
    lib32-libcanberra: XDG sound support
    lib32-libpulse: PulseAudio support
[root@tpx1c jiehan]# skype
ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib32/skype/skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
[root@tpx1c jiehan]# exit
[jiehan@tpx1c ~]$ skype
ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib32/skype/skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
[jiehan@tpx1c ~]$ 

Offline

#13 2013-03-03 02:30:57

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

Re: [Solved] Skype won't run on x86_64

Reinstalling lib32-alsa-lib and lib32-libxv made Skype to run.  I don't know what made these packages corrupted.

However, I ran into a new issue, and this is what I get now:

[jiehan@tpx1c ~]$ skype
ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
Inconsistency detected by ld.so: dl-open.c: 684: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

Offline

#14 2013-03-03 02:32:00

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: [Solved] Skype won't run on x86_64

check this

https://bbs.archlinux.org/viewtopic.php?id=120285

Last edited by s1ln7m4s7r (2013-03-03 02:34:45)

Offline

#15 2013-03-03 03:08:56

jiehanzheng
Member
Registered: 2013-03-02
Posts: 15

Re: [Solved] Skype won't run on x86_64

Thanks.  Reinstalling several packages solved this.  I wonder how they went corrupted in the first place...

Last edited by jiehanzheng (2013-03-03 03:12:11)

Offline

#16 2013-03-18 23:23:16

XxTeosxX
Member
Registered: 2012-07-02
Posts: 2

Re: [Solved] Skype won't run on x86_64

The solution for me.

$ sudo ln -s /usr/lib32 /usr/share/skype/lib

Last edited by XxTeosxX (2013-03-18 23:23:40)

Offline

Board footer

Powered by FluxBB