Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Can't start Skype on AMD64

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
chris_debian
Posts: 155
Joined: 2007-04-30 12:07
Location: Wiltshire, England.

[SOLVED] Can't start Skype on AMD64

#1 Post by chris_debian »

Hi, all!

I tried to install Skype, using the Debian download from Skype, but it didn't want to play. I downloaded the Ubuntu 64-bit deb and installed it with Gdebi. I started the application from the terminal and accepted the 'User Agreement'. Skype then tried to log me on, and I got the following error and the app closed:
Inconsistency detected by ld.so: dl-open.c: 611: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
Anyone seen this before?

Cheers,

Chris.
Last edited by chris_debian on 2010-08-27 14:55, edited 1 time in total.

User avatar
chris_debian
Posts: 155
Joined: 2007-04-30 12:07
Location: Wiltshire, England.

Re: Can't start Skype on AMD64

#2 Post by chris_debian »

I think it may be a problem with ld.so, but I can't find it in Synaptic, to check to see whether it is installed.

Chris.

User avatar
chris_debian
Posts: 155
Joined: 2007-04-30 12:07
Location: Wiltshire, England.

Re: Can't start Skype on AMD64

#3 Post by chris_debian »

All working!

I installed
skype-ubuntu-intrepid_2.1.0.81-1_amd64
And found the following advice, here:

http://wiki.debian.org/skype
If you get error like this Inconsistency detected by ld.so: dl-open.c: 643: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

Try to run this as root
# chmod a-r /usr/lib32/libpulse{-simple.so.0.0.2,.so.0.8.0,common-0.9.15.so}
Perfect!

Thanks Debian Wiki!

Chris.

User avatar
mercutio22
Posts: 34
Joined: 2009-07-08 15:03
Location: São Paulo, Brazil
Contact:

Re: [SOLVED] Can't start Skype on AMD64

#4 Post by mercutio22 »

crap! Thank you!

opus
Posts: 1
Joined: 2010-11-29 13:52

Re: [SOLVED] Can't start Skype on AMD64

#5 Post by opus »

Thankssssss :)

User avatar
mojoman
Posts: 598
Joined: 2006-10-15 18:43
Contact:

Re: Can't start Skype on AMD64

#6 Post by mojoman »

chris_debian wrote:All working!

I installed
skype-ubuntu-intrepid_2.1.0.81-1_amd64
And found the following advice, here:

http://wiki.debian.org/skype
If you get error like this Inconsistency detected by ld.so: dl-open.c: 643: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

Try to run this as root
# chmod a-r /usr/lib32/libpulse{-simple.so.0.0.2,.so.0.8.0,common-0.9.15.so}
Perfect!

Thanks Debian Wiki!

Chris.
Ah, yes but the Debian Wiki didn't recommend that you install the Ubuntu package, did they? And do you know why they didn't advice that? Well, it is because it is a very stupid idea. Ubuntu is NOT binary compatible with Debian, don't install Ubuntu debs on a Debian system. You'll only run a a risk of seriously messing your system up by doing so.

Far better to simply install the 32-bit Debian package with the extra 32-bit libraries. That one is compatible with your 64-bit Debian system. You'd have to do the same fix for this too (it has to do with the Debian pulseaudio) but you won't expose your system to the instabilities that are inherent in installing debs that are not binary compatible with Debian.

Too bad your lousy advice got others to repeat the same stupid thing... :roll:
http://www.debianuserforums.org
By the community. For the community.

eric1959
Posts: 1298
Joined: 2008-12-15 13:17
Location: Amsterdam

Re: [SOLVED] Can't start Skype on AMD64

#7 Post by eric1959 »

Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

User avatar
mojoman
Posts: 598
Joined: 2006-10-15 18:43
Contact:

Re: [SOLVED] Can't start Skype on AMD64

#8 Post by mojoman »

Yup. That works fine to. I do this a lot when I need to run a program that for some reason I can't get APT to handle (i.e. compiling a .deb just don't work). Just run it lika a binary blob, preferably in /opt. You'll have to satisfy the dependecies yourself though but it won't screw up your system.
http://www.debianuserforums.org
By the community. For the community.

Post Reply