LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-06-2014, 01:02 PM   #1
burgler09
LQ Newbie
 
Registered: Jan 2014
Posts: 17

Rep: Reputation: Disabled
Skype not working on 14.1


Hey guys, I cannot get Skype working for the life of me. I have everything that I need going besides Skype.

Does anybody have a link to any docs that would help me get Skype installed? I have really searched hard, it would really be appreciated.
 
Old 01-06-2014, 01:09 PM   #2
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
Have you tried installing the SlackBuild here? You also need multilib working if you have a 64bit install, as Skype is a 32bit binary only. The documentation for multilib is here.
 
Old 01-06-2014, 01:10 PM   #3
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
I've setup multilib using Alien's tutorial and installed skype using sbopkg and it is working fine.
 
Old 01-06-2014, 02:39 PM   #5
burgler09
LQ Newbie
 
Registered: Jan 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
I'm a little confused by this step.

* First, you will upgrade your 64bit Slackware gcc and glibc packages to their
multilib versions by running the command:
# upgradepkg --reinstall --install-new *.t?z


What am I actually upgrading here? Sorry for the dumb question
 
Old 01-06-2014, 02:45 PM   #6
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
You are upgrading gcc and glibc, the programs that compile C source code and libraries. By doing this, you will be able to use those programs to compile not only 64-bit binaries, but also 32-bit binaries.

You must have a 32-bit version of every dependency that Skype needs to run, and then a 32-bit version of all of THEIR dependencies, etc, so it's good to have gcc/glibc upgraded to multilib, as well as installing alot of those 32-bit compatibility libraries.
 
Old 01-06-2014, 02:46 PM   #7
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
Quote:
Originally Posted by burgler09 View Post
I'm a little confused by this step.

* First, you will upgrade your 64bit Slackware gcc and glibc packages to their
multilib versions by running the command:
# upgradepkg --reinstall --install-new *.t?z


What am I actually upgrading here? Sorry for the dumb question
You are reinstalling t?z packages (the ? stands either for x (txz package) or a g (tgz package), it could stand for every character but for slack's context that is what it means. The command assumes you are working on the directory they are located, hence no path for any directory. I might have not explained it very well because of my english but I think you can get it.
 
Old 01-06-2014, 02:48 PM   #8
dunric
Member
 
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498

Rep: Reputation: 100Reputation: 100
+1 good to know before decide to dive into a pit full of snakes
 
Old 01-06-2014, 03:14 PM   #9
burgler09
LQ Newbie
 
Registered: Jan 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by moisespedro View Post
You are reinstalling t?z packages (the ? stands either for x (txz package) or a g (tgz package), it could stand for every character but for slack's context that is what it means. The command assumes you are working on the directory they are located, hence no path for any directory. I might have not explained it very well because of my english but I think you can get it.

Wow, I'm feeling dumb. I was actually trying to go through and upgrade every file one by one. I guess I should think less and just follow the guide better haha.

Thank you for all the help. Everything seems to be working now.

---------- Post added 01-06-14 at 04:15 PM ----------

Quote:
Originally Posted by zuzoa View Post
Have you tried installing the SlackBuild here? You also need multilib working if you have a 64bit install, as Skype is a 32bit binary only. The documentation for multilib is here.

Thank you, everything is fully functional now!
 
Old 01-06-2014, 03:25 PM   #10
zuzoa
Member
 
Registered: Nov 2008
Location: USA
Distribution: Arch 64-bit
Posts: 159

Rep: Reputation: 36
You're welcome! Don't forget to mark your thread as solved using the Thread Tools button at the top of the thread.
 
Old 01-06-2014, 03:37 PM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Now that you have it working let me tell you that you don't need multilib just to use Skype, Slacky.eu offers a package for 64 bit that comes with all dependencies: http://www.slacky.eu/asche64/pkgs/in...er=17&pkg=2111

Last edited by TobiSGD; 01-06-2014 at 04:35 PM. Reason: added missing words
 
Old 01-06-2014, 03:37 PM   #12
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
You are welcome
 
Old 01-07-2014, 10:28 AM   #13
GNU/Linux
Member
 
Registered: Sep 2012
Distribution: Slackware-14
Posts: 120

Rep: Reputation: Disabled
Thanks for the links.
 
1 members found this post helpful.
Old 01-13-2014, 11:23 AM   #14
kairen
Member
 
Registered: Oct 2006
Location: Bulgaria
Distribution: Slackware64 14.1, CentOS 7
Posts: 108

Rep: Reputation: 15
Quote:
Originally Posted by TobiSGD View Post
Now that you have it working let me tell you that you don't need multilib just to use Skype, Slacky.eu offers a package for 64 bit that comes with all dependencies: http://www.slacky.eu/asche64/pkgs/in...er=17&pkg=2111
That package is not working for me. It installs well but freezes all the time. Don't know what the problem is.
 
Old 01-14-2014, 06:48 AM   #15
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Quote:
Originally Posted by kairen View Post
That package is not working for me. It installs well but freezes all the time. Don't know what the problem is.
Can you give me more details?
On my pc the package works well (but I tested no video/audio call).

When it freezes? What mean "freeze"?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Skype not working in Ubuntu Novatian Ubuntu 3 11-18-2012 08:46 AM
Skype working | Firefox Chrome Not Working saurabh113 Linux - Networking 1 11-29-2011 04:05 PM
noise in skype to skype calls in skype v2.1 beta for fedora mq15 Linux - Software 0 01-20-2010 12:04 AM
skype is not working... Mr.mick-duck Mandriva 5 03-13-2008 03:20 PM
How to get skype working peterfc Linux - Desktop 3 08-30-2006 08:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration