LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-23-2003, 12:09 AM   #1
Flawless
Member
 
Registered: Feb 2003
Location: alabama
Posts: 45

Rep: Reputation: 15
Gaim???


ok well i tried installing gaim it said installed fine..but when i type in gaim it says "gaim: "error while loading shared libraries: libgtkspell.so.0: cannot open shared object file: no such file or directory. Im new to linux, have only used it for 3 days now..so sorry if htis is a dumb question. BUT how do i fix it?
 
Old 02-23-2003, 12:37 AM   #2
fsbooks
Member
 
Registered: Jan 2002
Location: Missoula. Montana, USA
Distribution: Slackware (various)
Posts: 464

Rep: Reputation: 52
Interestingly, I find that my gaim (on RH) does not have this dependency. I checked this with "ldd /usr/local/bin/gaim"

So, I checked my local rpmfind http://speakeasy.rpmfind.net/linux/RPM/ for libgtkspell.so.0 and it came up with a bunch of possibilities: gtkspell, yank-gtkspell, yank, and libgtkspell0. Are you perchance using Mandrake? See if you have these packages installed or on your CD's. Perhaps you need to make a symlink for the binary to detect the library if it is already installed and the version of gaim you installed expects the libraries in a different location than it exists.

More information would provide a better answer. Perhaps give us the results of ldd <path to gaim>/gaim|grep gtkspell?
 
Old 02-23-2003, 05:29 AM   #3
trout
LQ Newbie
 
Registered: Jan 2003
Location: UK
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
why dont you try grabbing the source tarball and building it yourself?
You can D/L it from http://gaim.sourceforge.net/downloads.php
unpack it with : tar -xzf gaim-version-num.tar.gz
cd gaim-versionnum
./configure
make
su -
(roots password)
then cd (to gaim source directory)
make install
 
Old 02-23-2003, 07:15 AM   #4
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
I just compiled ver .059.8 and I don't have that file or a dependency for it. What version are you using? Maybe the developer?
 
Old 02-23-2003, 08:13 AM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by trout
why dont you try grabbing the source tarball and building it yourself?
You can D/L it from http://gaim.sourceforge.net/downloads.php
unpack it with : tar -xzf gaim-version-num.tar.gz
cd gaim-versionnum
./configure
make
su -
(roots password)
then cd (to gaim source directory)
make install
Actually a nice tip when su'ing to root.

If you issue this:

su -m
[root password]

It will log you in as root in the previous working directory so you don't have to cd back into the directory your compiling from.
 
Old 02-23-2003, 10:55 AM   #6
Flawless
Member
 
Registered: Feb 2003
Location: alabama
Posts: 45

Original Poster
Rep: Reputation: 15
i am logged in as root. I have tried compileing my own and istalling it like you said tricky and trout. But it still does not seem to work. Im using KDE when i first got slackware it came with a version of gaim that worked but it wasnt the newest so i tried install the newest. and its gaim 0.59.8 if that helps any.
 
Old 02-23-2003, 11:00 AM   #7
trout
LQ Newbie
 
Registered: Jan 2003
Location: UK
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
Nice one trickykid - you learn something everyday
 
Old 02-23-2003, 11:08 AM   #8
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
libgtkspell.so.0 - Is Mandrake specific. Part of the Mandrake base.
 
Old 02-23-2003, 12:10 PM   #9
trout
LQ Newbie
 
Registered: Jan 2003
Location: UK
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
Hi Fawless,

I've just d/loaded & install the same version from:

http://belnet.dl.sourceforge.net/sou...0.59.8.tar.bz2

I built and installed with no mention of spell and it runs fine.

have a look at the binary to make sure you're running the version you installed (teh date sould be when you installed):

which gaim #prob /usr/local/bin/gaim
ls -l /usr/local/bin/gaim #should be install date
 
Old 02-23-2003, 03:31 PM   #10
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Rep: Reputation: 30
If you're using slackware there's a new tgz package available on the slackware-current diesctory for I think gaim .60, check it out, and try that one.
 
Old 02-23-2003, 04:38 PM   #11
Flawless
Member
 
Registered: Feb 2003
Location: alabama
Posts: 45

Original Poster
Rep: Reputation: 15
ok astro.....i have no clue where i can find that i looked ont he gaim website and the current is for 0.59.8 and i dled the tgz from linux mafia and it tells me the same thing
 
Old 02-23-2003, 05:02 PM   #12
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Rep: Reputation: 30
Look here for a .tgz that you can upgradepkg from the original slackware one installed....
 
Old 02-23-2003, 09:51 PM   #13
Flawless
Member
 
Registered: Feb 2003
Location: alabama
Posts: 45

Original Poster
Rep: Reputation: 15
ok well thanx....i did that and now it says the same thing but with libgtk-x11-2.0.so.0 and says cannot open shared object file: no such file or direcotry
 
Old 02-24-2003, 10:03 AM   #14
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
http://www.mit.edu/afs/sipb/project/...6_linux24/lib/

Try this page.
 
Old 02-24-2003, 03:22 PM   #15
thirdbanE
LQ Newbie
 
Registered: Jan 2003
Location: Maryland
Distribution: Slackware-current
Posts: 8

Rep: Reputation: 0
Flawless, how did you install Gaim originially? To me it sounds like that you're missing GTK+ and possibly the libraries it depends on. (pango,atk,glib?)

If you attempted to compile it from source, configure or autogen.sh(cvs) would have stopped you and tell you what you're missing. How did you install Gaim?

check the gtk website:
www.gtk.org
 
  


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
Compiling gaim-otr with 2 different version of Gaim Backstander Linux - Software 1 10-31-2005 12:22 AM
Gaim mikeboy99 Linux - Newbie 2 06-26-2004 05:50 AM
help with gaim snakeo2 Linux - Newbie 5 05-05-2004 04:03 AM
Gaim/MSN protocols and problems upgrading Gaim and Kopete. sergeantroach Linux - Software 5 11-01-2003 08:27 PM
Problem Installing/Upgrading Gaim 0.60 or Gaim 0.71 AskMe Linux - Newbie 1 10-25-2003 08:00 PM

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

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