LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-23-2005, 08:36 AM   #1
alexrait1
Member
 
Registered: Jul 2003
Location: Israel
Distribution: slackware current kernel 2.6.9
Posts: 70

Rep: Reputation: 15
skype on slackware


I am trying to install skype on slackware. So I've downloaded the compressed archive file, but when I run ./skype I get this error:
Code:
bash-3.00$ ./skype 
./skype: error while loading shared libraries: libdbus-1.so.0: cannot open shared object file: No such file or directory
Where do I get a slackware package for libdbus? Or do I have it already?
I am using slackware current
 
Old 04-23-2005, 09:45 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
do have all the glibc and qt packages installed??

also here the link to the source for dbus

ttp://freedesktop.org/software/dbus/releases/dbus-0.23.tar.gz

regards
 
Old 04-23-2005, 10:08 AM   #3
alexrait1
Member
 
Registered: Jul 2003
Location: Israel
Distribution: slackware current kernel 2.6.9
Posts: 70

Original Poster
Rep: Reputation: 15
that's what I have:
Code:
bash-3.00$ cd /var/log/packages/
bash-3.00$ ls | grep glibc
glibc-2.3.4-i486-1
glibc-i18n-2.3.4-noarch-1
glibc-solibs-2.3.4-i486-1
glibc-zoneinfo-2.3.4-noarch-1
bash-3.00$ ls | grep qt
gtk-qt-engine-0.5-i386-1
qt-3.3.4-i486-1
bash-3.00$
I don't want to compile anything... is there an official slackware package for that... or at least from linuxpackages?
I can't find it there...
 
Old 04-23-2005, 10:57 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
i cannot find any package for slackware

maybe u need to install that from source

also how did u install skype??

regards
 
Old 04-23-2005, 08:37 PM   #5
jimdaworm
Member
 
Registered: Aug 2003
Location: Spain
Distribution: Ubuntu
Posts: 897

Rep: Reputation: 30
Did you download the static-binary?
 
Old 04-24-2005, 07:54 PM   #6
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
You will need to do two things ...

Download and install the D-Bus library from here ...

http://www.freedesktop.org/Software/dbus

It's a fairly standard "./configure;make;make install" routine. Unfortunately, even with a successful install, you will need to do one additional step.

As root, do the following ...

ln -s /usr/local/lib/libdbus-1.so.1.0.0 /usr/lib/libdbus-1.so.0

Good luck. I'm using the new version of Skype at the moment, so it will work under Slack.
 
Old 04-25-2005, 11:45 AM   #7
gotissues68
LQ Newbie
 
Registered: Jan 2005
Posts: 15

Rep: Reputation: 0
I was un-lazy and compiled a slackware compatible package for you


http://www.techiekb.com/getslacked/s....23-i386-1.tgz


enjoy
 
Old 05-02-2005, 05:03 PM   #8
denning
Member
 
Registered: Jan 2004
Location: Oxford
Distribution: Slackware, Debian, Fedora, FreeBSD, NetBSD
Posts: 150

Rep: Reputation: 15
How did you manage to compile dbus? I tried it and it keeps failing with:


Making all in tools
make[2]: Entering directory `/home/alvin/dbus-0.33/tools'
DBUS_TOP_BUILDDIR=.. ./run-with-tmp-session-bus.sh ./print-introspect org.freedesktop.DBus /org/freedesktop/DBus > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
escaped service dir is: ..\/test\/data\/valid-service-files
Created configuration file ./run-with-tmp-session-bus.conf
Running ../tools/dbus-launch --sh-syntax --config-file=./run-with-tmp-session-bus.conf
Started bus pid 25055 at unix:abstract=/tmp/dbus-OHeTUAUfGP,guid=70a3764230a3608da3ac1a1d26136300
Running ./print-introspect org.freedesktop.DBus /org/freedesktop/DBus
./run-with-tmp-session-bus.sh: line 58: kill: (25055) - No such process
killing message bus 25055
./run-with-tmp-session-bus.sh: line 11: kill: (25055) - No such process
./run-with-tmp-session-bus.sh: Message bus vanished! should not have happened
make[2]: *** [dbus-bus-introspect.xml] Error 1
make[2]: Leaving directory `/home/alvin/dbus-0.33/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alvin/dbus-0.33'
make: *** [all] Error 2
 
Old 05-02-2005, 05:17 PM   #9
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
I must have compiled version 0.32 instead of the current one 0.33. My last post was on 4-24-2005 which is the day before 0.33 was released on the D-Bus site. Try version 0.32 and see if this fixes your problem.
 
Old 05-02-2005, 06:45 PM   #10
dkpw
Member
 
Registered: Sep 2003
Location: Scotland
Distribution: LinuxMint16 & Ubuntu 12.0.4 LTS
Posts: 218

Rep: Reputation: 30
Converting this RPM at the Skype For Linux Page...

"RPM for SuSE 9 and newer (5.7 MB) Version: 1.1.0.3. Release date: April 22, 2005"

using rpm2tgz and then installing the resultant tgz with KPackager under KDE worked without issue on my Compaq running 10.1 Stable with the standard 2.4.29 kernel.

Regards,

dkpw

Last edited by dkpw; 05-02-2005 at 06:48 PM.
 
Old 05-02-2005, 10:44 PM   #11
The_Outlander
Member
 
Registered: Aug 2004
Location: Australia
Distribution: Slackware 12.1
Posts: 235

Rep: Reputation: 30
Thanks, have skype up and running on slackware 10.1. Great job.
 
Old 12-19-2007, 06:33 AM   #12
hellasyoda
Member
 
Registered: Oct 2006
Location: HELLAS
Distribution: Slackware 12.1
Posts: 47

Rep: Reputation: 15
hello. i am using slackware 12 and i have installed skype.i am using ./skype to run the application.How can i make it run with slackware startup?
 
Old 12-19-2007, 07:26 AM   #13
General Failure
Member
 
Registered: Jan 2007
Location: Germany
Distribution: Slackware 13.37
Posts: 387

Rep: Reputation: 37
It should be enough to create a symlink to skype in ~/.kde/Autostart assuming you're using KDE.
 
Old 12-19-2007, 12:44 PM   #14
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Well dbus is included with slack already.

http://packages.slackware.it/package...s-1.0.2-i486-3

Jesus people picking up old threads

Last edited by dive; 12-19-2007 at 12:46 PM.
 
Old 12-19-2007, 03:34 PM   #15
hellasyoda
Member
 
Registered: Oct 2006
Location: HELLAS
Distribution: Slackware 12.1
Posts: 47

Rep: Reputation: 15
Quote:
Originally Posted by General Failure View Post
It should be enough to create a symlink to skype in ~/.kde/Autostart assuming you're using KDE.
It works tnx
 
  


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 tfc Ubuntu 15 02-16-2006 07:33 PM
Getting Skype to work on Slackware 10.0 koodoo Linux - Newbie 3 08-21-2005 12:10 PM
Skype permafrost91 Linux - Software 1 05-24-2005 09:51 PM
Skype noise greatjimcom Fedora 1 04-24-2005 09:48 AM
skype - cant use it leosgb Linux - Software 2 02-08-2005 07:03 AM

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

All times are GMT -5. The time now is 03:11 PM.

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