Skype for 64bit Debian (AMD64 Lenny and Squeeze)

New to Debian (Or Linux in general)? Ask your questions here!

Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby Riberto » 2010-05-14 18:26

I have read a bunch (12 pages worth) of these "skype" post.

I take it there is still no SKYPE for us 64 bit Debian users?
Yes, we can rig it this way and that, but still no tomato!

Is this something coming down the "line" anytime soon?

Thanks,

Rr
Giving up on yourself is a CRIME!
And it carries a LIFE SENTENCE.
User avatar
Riberto
 
Posts: 108
Joined: 2009-04-16 17:10
Location: Miami, FL USA

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby rhy7s » 2010-05-15 04:18

Did you come across this post?
rhy7s
 
Posts: 86
Joined: 2010-02-28 23:43

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby Riberto » 2010-05-15 13:29

Thanks for your reply.
I read it, followed the directions.

But as I typed before, still no tomato.
Giving up on yourself is a CRIME!
And it carries a LIFE SENTENCE.
User avatar
Riberto
 
Posts: 108
Joined: 2009-04-16 17:10
Location: Miami, FL USA

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze) follow up!

Postby Riberto » 2010-05-15 17:55

I guess one has to live and learn!
or is it learn to live?

Before I type anything else, I must emphacise what we do or don't do as a result of what we read here is always our own choice and responsibility. Case in point, I have and use Skype a LOT!!!
It is on my Mac, Android phone, iPod Touch, Open SuSE 11.2 and my Kubuntu installs.
I have it working all over the place. Just that for the past few months I really have gotten into my 64bit Debian Squeeze install. I use it and like it more than all the others combined.

YES, I should have adhered to wise words written on a signature I recently read on here, it said something along the lines of: "If you can't get it with "apt-get install" or "synaptic install" you don't need it! Wise words, but do we ever "listen"? Silly me, I followed the above instructions and tried to install Skype in my 64bit Squeeze. I am fairly good at following instructions. As a result I messed up something because I can't get into my Squeeze system now.

That is the desktop won't open or start, can't even sign in via the GUI.
Yes, I can sign on via terminal mode, but I know less than a dozen terminal commands, so I can't get too far. Naturally I am going to research and try to repair the mess I made.
The alternative is a full re-install and I don't want to do that.

My question is: How can we do a full restorable back-up to our systems?
I mean if I could just restore from a back-up to the way it was Monday, Wednesday or Friday it would be great. It beats a full re-install! and I have terrabytes of storage available. Via USB drives and online storage. Imagine being able to boot up from a CD or USB stick, wipe out the hard drive and re-install your back-up image to the way it was a few days ago.

It is a reality with other OS's so I know it can happen with Debian.

Looking forward to your replies!

Thanks,

Rr
Giving up on yourself is a CRIME!
And it carries a LIFE SENTENCE.
User avatar
Riberto
 
Posts: 108
Joined: 2009-04-16 17:10
Location: Miami, FL USA

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby devianpctek » 2010-05-15 19:45

Ok get this file http://www.skype.com/go/getskype-linux-static
Now move the contents of the file to /opt/Skype
Create a script to launch skype
vi /usr/bin/skype
and put this into the script:
Code: Select all
#!/bin/bash
cd /opt/Skype
./skype

then give permissions

Code: Select all
chmod +x /usr/bin/skype


Now copy the launcher from skype directory to the apps directoy
Code: Select all
cp /opt/Skype/skype.desktop /usr/share/applications/skype.desktop


and modify the file

Code: Select all
vi /usr/share/applications/skype.desktop


and change from this
Code: Select all
[Desktop Entry]
Name=Skype
Comment=Skype Internet Telephony
Exec=skype
Icon=skype.png
Terminal=0
Type=Application
Encoding=UTF-8
Categories=Network;Application;


to this

Code: Select all
[Desktop Entry]
Name=Skype
Comment=Skype Internet Telephony
Exec=skype
Icon=/opt/Skype/icons/SkypeBlue_48x48.png
Terminal=0
Type=Application
Encoding=UTF-8
Categories=Network;Application;


now you need to install some packages
Code: Select all
apt-get install ia32-libs ia32-libs-gtk

and thats it u can have skype working
i’ve install skype on my Debian Lenny amd64 it works perfect
*Edit - I still use this method when installing on Squeeze, Wheezy
Last edited by devianpctek on 2011-03-22 04:47, edited 1 time in total.
The World Is Open Source
3.10-11.dmz.1-liquorix-amd64
Asus ROG Crosshair V formula-Z 16gb Corsair Vengeance AMD FX 8350 8 core unlocked black edition EVGA nvidia Geforce gtx 650 Corsair Hydro series H100i Logitech Dinovo Edge + Performance MX
User avatar
devianpctek
 
Posts: 192
Joined: 2009-04-01 00:04

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby peterlnx » 2010-06-05 20:12

Thanks dude, now I have skype working, however, there's still one problem:
when you launch skype and login, skype crashes with the following message:

"Inconsistency detected by ld.so: dl-open.c: 623: _dl_open: Assertion
`_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!"

the problem seems to be the pulseaudio libraries, here is the solution:

- Debian Lenny:
chmod a-r /usr/lib32/libpulse{-simple.so.0.0.1,.so.0.4.1}

- Debian Squeeze:
chmod a-r /usr/lib32/libpulse{-simple.so.0.0.2,.so.0.8.0,common-0.9.15.so}

That's it, I have found this in the readme file of the package.

regards.
peterlnx
 
Posts: 1
Joined: 2010-06-05 20:00

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby devianpctek » 2010-06-09 05:04

cool that you found a solution for it i dont use pulseaudio thats why never had that problem
The World Is Open Source
3.10-11.dmz.1-liquorix-amd64
Asus ROG Crosshair V formula-Z 16gb Corsair Vengeance AMD FX 8350 8 core unlocked black edition EVGA nvidia Geforce gtx 650 Corsair Hydro series H100i Logitech Dinovo Edge + Performance MX
User avatar
devianpctek
 
Posts: 192
Joined: 2009-04-01 00:04

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby cynwulf » 2010-06-09 15:52

I found that the lenny deb works perfectly on Squeeze.

http://www.skype.com/intl/en-gb/get-sky ... -download/
cynwulf
 
Posts: 2397
Joined: 2008-09-25 08:49

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby devianpctek » 2010-06-09 16:03

yeah but that aint for 64arch
The World Is Open Source
3.10-11.dmz.1-liquorix-amd64
Asus ROG Crosshair V formula-Z 16gb Corsair Vengeance AMD FX 8350 8 core unlocked black edition EVGA nvidia Geforce gtx 650 Corsair Hydro series H100i Logitech Dinovo Edge + Performance MX
User avatar
devianpctek
 
Posts: 192
Joined: 2009-04-01 00:04

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby cynwulf » 2010-06-09 16:05

It should still install and run?
cynwulf
 
Posts: 2397
Joined: 2008-09-25 08:49

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby devianpctek » 2010-06-09 16:10

sure you can run a force install but hmm at least me i dont like to do it
The World Is Open Source
3.10-11.dmz.1-liquorix-amd64
Asus ROG Crosshair V formula-Z 16gb Corsair Vengeance AMD FX 8350 8 core unlocked black edition EVGA nvidia Geforce gtx 650 Corsair Hydro series H100i Logitech Dinovo Edge + Performance MX
User avatar
devianpctek
 
Posts: 192
Joined: 2009-04-01 00:04

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby Dragonsfire » 2010-06-29 15:13

Thanks!

apt-get install ia32-libs ia32-libs-gtk

Is what I needed to get it to work :)
Dragonsfire
 
Posts: 58
Joined: 2007-05-15 16:14

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby lorenzosu » 2011-03-21 22:34

Thanks devianpctek.

apt-get install ia32-libs ia32-libs-gtk with the static binary distribution also worked for me.

Lorenzo
lorenzosu
 
Posts: 2
Joined: 2011-03-21 22:26

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby larsenguitars » 2011-03-27 16:47

I simply download the i386 .deb from the Skype website
dpkg -i --force-architecture
&
apt-get install ia32-libs ia32-libs-gtk

This has worked perfectly every time for me with Squeeze (Testing), Squeeze (Stable) & Sid
My Specs; AMD X6 3.3Ghz, 8Gb G Skill RipJaw RAM, Samsung 64Gb SSD, 2x 3Tb & 4x 2Tb SATA3 Hdd,
Xigmatek Aegir CPU Cooler, Gigabyte nvidia GeForce 460 GTX, Gigabyte 990FXA-UD5, Xigmatek Elysium Case,
Debian Wheezy [64-bit], Gnome 3
User avatar
larsenguitars
 
Posts: 51
Joined: 2010-05-26 12:23

Re: Skype for 64bit Debian (AMD64 Lenny and Squeeze)

Postby Al Try » 2011-04-20 20:21

Me too. I used the Gdebi package installer to install Skype, but failed to notice the dependencies under "status". After installing the stuff on that list, it works in Squeeze64 on my box.
Al Try
 
Posts: 5
Joined: 2011-04-12 20:02


Return to Beginners Questions

Who is online

Users browsing this forum: No registered users and 3 guests

fashionable