LinuxQuestions.org
Help answer threads with 0 replies.
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 10-05-2007, 08:57 AM   #1
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Rep: Reputation: 85
Unhappy Problem with sound device in Skype with Slackware 11


I'd like to put a newer version of Skype in Slackware 11.0 for VOIP. The version that I have in Slackware has bugs I think, and I get the message "Problem with sound device." When trying to make a call, others get the message "Problem with remote sound device." I have tried to upgrade Skype, but I get errors.

Code:
slax skype-1.4.0.99 # LD_LIBRARY_PATH=/mnt/sda1/home/ivan/.32bitLibs:/mnt/sda1/usr/lib32/ LD_PRELOAD=/lib/tls/libc.so.6 ./skype
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libasound.so.2)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/home/ivan/.32bitLibs/libQtDBus.so.4)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/home/ivan/.32bitLibs/libQtGui.so.4)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/home/ivan/.32bitLibs/libQtNetwork.so.4)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/home/ivan/.32bitLibs/libQtCore.so.4)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libstdc++.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libX11.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/home/ivan/.32bitLibs/libdbus-1.so.3)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/home/ivan/.32bitLibs/libQtXml.so.4)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libfontconfig.so.1)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libz.so.1)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libgthread-2.0.so.0)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libglib-2.0.so.0)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libaudio.so.2)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libXt.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libpng12.so.0)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libSM.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libICE.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libXcursor.so.1)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libfreetype.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libXext.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libXau.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libXdmcp.so.6)
./skype: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /mnt/sda1/usr/lib32/libexpat.so.1)
slax skype-1.4.0.99 #
Now I'm getting segmentation fault.

Code:
slax skype-1.4.0.99 # LD_LIBRARY_PATH=/mnt/sda1/home/chris/.32bitLibs:/mnt/sda1/usr/lib32/ LD_PRELOAD=/mnt/sda1/lib32/libc.so.6 ldd skype | grep -i no
bt skype-1.4.0.99 # LD_LIBRARY_PATH=/mnt/sda1/home/chris/.32bitLibs:/mnt/sda1/usr/lib32/ LD_PRELOAD=/mnt/sda1/lib32/libc.so.6 strace ./skype
Segmentation fault
slax skype-1.4.0.99 #
I have compiled the latest alsa-driver, alsa-utils, alsa-oss and alsa-libs. I've also tried running skype with aoss.

Last edited by fakie_flip; 10-05-2007 at 08:58 AM.
 
Old 10-06-2007, 05:08 AM   #2
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
You could try downloading it from www.slackbuilds.org . There are two versions there. One for slack 11 and one for 12. It's skype-1.3 because QT4 is needed for later versions.
 
Old 10-06-2007, 02:52 PM   #3
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
Quote:
Originally Posted by simcox1 View Post
You could try downloading it from www.slackbuilds.org . There are two versions there. One for slack 11 and one for 12. It's skype-1.3 because QT4 is needed for later versions.
Weird, I found out that the older version of Skype will work without "Problems with sound device" if I run it as root.
 
Old 10-07-2007, 04:39 AM   #4
psychicist
Member
 
Registered: Apr 2007
Posts: 80

Rep: Reputation: 15
Quote:
Originally Posted by fakie_flip View Post
Weird, I found out that the older version of Skype will work without "Problems with sound device" if I run it as root.
ALSA support has been rewritten for Skype 1.4 so it should be much more reliable than the hit-and-miss nature of Skype 1.3. The downside to this is that you have to upgrade to Slackware 12.0 because of the dependencies on newer glibc and libstdc++ versions of the binaries.

This wouldn't have been a problem if Skype was open source, it would only take a recompile to get it working on Slackware 11.0. If someone reverse engineered the protocol and wrote a free implementation you wouldn't have to put up with this. You can also try using SIP clients such Linphone and Ekiga, if you don't want to upgrade.
 
  


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
Skype: 2nd sound device? ErrorBound Linux - Software 9 03-23-2007 06:38 AM
Ubuntu Edgy: Skype + Mp3 = Problem with audio device Hairulfr Ubuntu 2 01-15-2007 04:28 AM
problem with sound device in skype nass Slackware 2 01-13-2007 03:45 PM
Skype: problem with audio device giueno Linux - Software 4 05-23-2006 06:54 AM
Skype: "Problem with Sound Device" Gay R0b0t SUSE / openSUSE 1 06-12-2005 07:36 PM

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

All times are GMT -5. The time now is 07:26 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