You are not logged in.
Pages: 1
[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
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
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 ~]$ ^COffline
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
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
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
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
Skype won't run on x86_64
Works fine here...
Offline
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.0Last edited by jiehanzheng (2013-03-03 00:17:23)
Offline
works fine here as well...
did you try to uninstall it and install it again.
Offline
...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
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
check this
https://bbs.archlinux.org/viewtopic.php?id=120285
Last edited by s1ln7m4s7r (2013-03-03 02:34:45)
Offline
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
The solution for me.
$ sudo ln -s /usr/lib32 /usr/share/skype/libLast edited by XxTeosxX (2013-03-18 23:23:40)
Offline
Pages: 1