Skype on Slackware 64

 
Thread Tools Search this Thread
Operating Systems Linux Slackware Skype on Slackware 64
# 1  
Old 07-16-2010
Skype on Slackware 64

Hi!
I've downloaded the static version (skype_static-2.1.0.81.tar.bz2) and extracted it. Then I tried to start the Skype executable file (./skype) via the terminal but nothing happens.

Code:
root@xxx:~# ls
skype_static-2.1.0.81/  skype_static-2.1.0.81.tar.bz2
root@xxx:~# cd skype_static-2.1.0.81
root@xxx:~/skype_static-2.1.0.81# ls
LICENSE  README  avatars/  icons/  lang/  skype*  skype.conf  skype.desktop  sounds/
root@xxx:~/skype_static-2.1.0.81# ./skype
bash: ./skype: No such file or directory

What am I supposed to do now ?
# 2  
Old 08-31-2010
Hi!

Try:
Code:
file skype

If it says that skype is an "ELF 32-bit LSB executable" then you can look here:
Multilib Slackware for x86_64 - Alien's Wiki,
to see how to enable your 64-bit Slackware to run 32-bit programs by installing "multilib" versions of system libraries.

I have installed those multilib packages but still had a problem with skype: it's login window appeared, but after the password being entered it crashed with the message (on terminal):
Code:
Inconsistency detected by ld.so: dl-open.c: 623: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

After some googling I have found that something is wrong with pulseaudio shared libraries which skype it trying to load at run time. I don't use PulseAudio anyway (I'm using ALSA), so I just have removed them (there should be no libpulse* shared library files in /usr/lib/ or /usr/lib32/). Now my skype works. (I have the dynamically linked version from the file: skype-ubuntu-intrepid_2.1.0.81-1_amd64.deb. Despite it's name it contains a 32-bit executable as the 'file skype' command shows).

Hef

Last edited by Hef; 08-31-2010 at 03:32 PM.. Reason: added [CODE] tags
# 3  
Old 09-04-2010
Thanks very much ! I'll try !
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

What happens to your skype account if you close outlook.com email account?

Hello, Does anyone know what happens to your skype account if you close the outlook.com email account which are linked together? As you know they are both owned by Microsoft. Thanks (0 Replies)
Discussion started by: milhan
0 Replies

2. Shell Programming and Scripting

Need a script to autopause clementine on skype call

I am a linux user (PcLinuxOs desktop 64bit kde5). I am looking for a script (bash or python) to autopause clementine (a music player) on skype call. VLC works: autopause on skype call and at the end resume). Clementine automute, but not autopause, on skype call. I am absolute beginner with the... (17 Replies)
Discussion started by: duns
17 Replies

3. Ubuntu

Webcam and Skype not working properly

I recently bought a new HP Spectre x360 laptop and installed Ubuntu 15.10. (I originally went with a later version but I was encountering lots of bugs. This version seems to be more stable for my system). Things are mostly working okay, but not my webcam. If I go to a website to test it, it's... (0 Replies)
Discussion started by: twelth_hour
0 Replies

4. Web Development

Can you embed Skype or any other video chat/chat program into a webpage?

Hi, I am trying to embed Skype or any other video chat/chat program into a webpage. Has anyone had success doing this? or know how? Thanks Phil (2 Replies)
Discussion started by: phil_heath
2 Replies
Login or Register to Ask a Question