Wednesday, March 3, 2010

High Arches Narrow Feet Shoes

Skype & Debian x86_64

Hello World! I'm here to tell you how to solve an annoying problem with Skype installed on x64 Debian x86_64.
If you have installed the package with dpkg skype for ubuntu x64 (from HERE ) and get an error like this:
skype: error while loading shared libraries: libQtDBus.so.4: can not open shared object file: No such file or directory
proceed as follows:
make sure we have the following packages installed on your system
libqt4-dbus
ia32-libs-gtk
If you have already installed, take a "aptitude reinstall ia32-libs-gtk" in terminal.

You are able to start skype? Fine, Log in to enjoy your contacts e. ..
But wait, log-in and skype crashes! what happens?
Trying to start skype with the terminal and log in (still getting a crash), we can read what happened:
Inconsistency detected by ld.so: dl-open.c: 643: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid) -> r_state RT_CONSISTENT == 'failed!
This problem is very simple to solve, below is raising the solution taken from the site of the developers of Skype (in case you need more detailed information on the problem): https: / / developer.skype .com/jira/browse/SCL-510

download the following Debian packages:
(changed to "squeeze" in the URL version of your debian)

http://packages.debian.org/squeeze/i386/libwrap0/download
http://packages.debian.org/squeeze/i386/libgdbm3/download

download and unzip the package in / tmp with:

nome_pacchetto_libwrap.deb dpkg-X / tmp
nome_pacchetto_libgdbm3.deb dpkg-X / tmp

then type the following commands (Debian-just do it as root without sudo):
sudo rm-rf / usr/lib32/lib
sudo cp-avi / tmp / lib / * / Lib32 sudo cp-avi
/ tmp / usr / lib / * / usr/lib32
Here! I hope you solved your problem (annoying) with skype.
Start it and let me know!

The guide is distributed without any problems, just write that you've taken from here and that are cited in other authors (see dev forum for skype). Take the first copy to copy and paste from here.