LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-24-2003, 04:05 AM   #16
kendalll
LQ Newbie
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 1

Rep: Reputation: 0

Thanks the fix worked for me as well,

on a side note: Cafrow, I thought that I had to upgrade to the new Gaim to get MSN support aswell. However, the old one has support for MSN, Yahoo!, etc. You just need to go the plugs section of the program and 'load' the modules for MSN and Yahoo! they are there already. Hope that helps. - Another Newbie.
 
Old 08-24-2003, 08:38 PM   #17
slackmagic
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 255

Rep: Reputation: 35
Here is how I installed GAIM 0.67 on my RH 9.0:

1)
I downloaded the latest rpm package of GAIM @
http://prdownloads.sourceforge.net/g...6.rpm?download

2)
then I went to freshrpms for the "missing dep(s)" and downloaded
a) http://ftp.freshrpms.net/pub/freshrp...4-fr3.i386.rpm
b) http://ftp.freshrpms.net/pub/freshrp...4-fr3.i386.rpm

note: i downloaded all these files into my ~ directory (which is /home/username)

now that I have all files I will start installing all these rpms:

3)
rpm -Uvh gtkspell-devel-2.0.4-fr3.i386.rpm
should complete with no errors (100% complete)

4)
rpm -Uvh gtkspell-2.0.4-fr3.i386.rpm
should complete with no errors (100% complete)

5)
we've installed all missing dep(s) - now we're going for the GAIM rpm

rpm -Uvh gaim-0.67-1.i386.rpm
should complete with no errors (100% complete)

WE'RE DONE!

you can check and see if it has installed the newest version by doing:
$ gaim --version
Gaim 0.67

is what it should say

hope this helps!


note: it's a matter of taste if you do rpm -ivh filename OR rpm -Uvh filename (ivh installs the package, Uvh upgrades as well as installs) - so either way works

Last edited by slackmagic; 08-24-2003 at 08:40 PM.
 
Old 08-25-2003, 07:35 PM   #18
stormkrow
LQ Newbie
 
Registered: Jul 2003
Location: Maryland
Distribution: RedHat 9.0
Posts: 5

Rep: Reputation: 0
gaim 0.67 installation

hi ,
had some problems getting gaim 0.67 installed on redhat 9 and stumbled on this thread
i've gotten it to work finally !
the latest tarball available at http://gaim.sourceforge.net works just fine
just follow the instructions in the INSTALL file.
note - if u wish to install gaim-0.67 in a directory other than /usr/local/
use configure --prefix=path.
peace
#storm
 
Old 08-27-2003, 10:27 PM   #19
mvpsuresh
LQ Newbie
 
Registered: Aug 2003
Posts: 1

Rep: Reputation: 0
Thanks to KoS !,

Installing GAIM 0.67 on RH9 was very easy.

download
gaim-0.67-1.i386.rpm and
gtkspell-2.0.2-1.i386.rpm

I uninstalled existing RH 9 supplied gaim version 0.58. As It gave some dependency issues.

# rpm -e gaim
# rpm -ivh gtkspell-2.0.2-1.i386.rpm
# rpm -ivh gaim-0.67-1.i386.rpm

GAIM is up & running.
As KoS mentioned it dint work 2.0.4 and aspell
 
Old 09-01-2003, 10:03 PM   #20
Subleak
LQ Newbie
 
Registered: May 2003
Distribution: Debian 3.0 & RedHat 9.0
Posts: 18

Rep: Reputation: 0
Many thanks to all those who trove these boards looking to answer a noobs question

Another happier noob til the next silly prob arrises..

Sub
 
Old 09-03-2003, 12:49 PM   #21
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Rep: Reputation: 34
Strange, where would anybody have found the 2.4 version, checking the website, http://gtkspell.sourceforge.net/, 2.0.2 is still the most recent version.
 
Old 09-03-2003, 02:31 PM   #22
pcbeginner
LQ Newbie
 
Registered: Sep 2003
Posts: 6

Rep: Reputation: 0
HI, guys~ i am new member here

i have a question, after i did installed GAIM 0.68, and i can open it
but after i open it, fwe second later (i guess it's about 6 or 7 second), gaim shut down by itself, did i do something wrong??? i am using RH9.0
 
Old 09-20-2003, 10:08 PM   #23
sok
LQ Newbie
 
Registered: Sep 2003
Posts: 1

Rep: Reputation: 0
Thumbs up

I have the same problem too. Thx everyone.
 
Old 09-20-2003, 10:51 PM   #24
slackmagic
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 255

Rep: Reputation: 35
happened to me before with a yahoo account

wonder what happens if you let GAIM alone sit there for a while. Meaning without logging into any MSN/yahoo/ICQ/AIM account or whatsoever. If it doesn't shut down by itself, you can pretty much assume it's one of those accounts that cause that. If GAIM does shut down without being logged in actually, then I wouldn't know much besides trying to reinstall GAIM.

hope this helps
 
Old 10-06-2003, 04:49 PM   #25
abbasakhtar
Member
 
Registered: Sep 2003
Posts: 89

Rep: Reputation: 15
i did the above and i got this. cudnt find the librarys tho

[root@localhost root]# rpm -Uvh '/root/Desktop/gaim-0.70-1rh9.i386.rpm'
warning: /root/Desktop/gaim-0.70-1rh9.i386.rpm: V3 DSA signature: NOKEY, key ID 883c1c14
error: Failed dependencies:
libtcl8.3.so is needed by gaim-0.70-1rh9
libtk8.3.so is needed by gaim-0.70-1rh9
[root@localhost root]#
 
Old 10-06-2003, 07:09 PM   #26
rahulsundaram
Member
 
Registered: May 2003
Location: India
Distribution: Knoppix, RedHat
Posts: 246

Rep: Reputation: 30
hi

install apt from apt.freshrpms.net

apt-get update
apt-get install packageyouwant will work after that

regards
rahul sundaram
 
Old 10-15-2003, 07:26 PM   #27
soob
Member
 
Registered: May 2003
Location: A country town, Australia
Distribution: Debian
Posts: 72

Rep: Reputation: 15
Thanks KoS, your info helped me too!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
GAIM and libgtkspell theonebeyond Linux - Software 2 11-18-2004 11:37 PM
GAIM question joker20 Linux - Software 1 09-16-2004 08:37 PM
libgtkspell / gaim: relocation error davoman Linux - Software 0 04-14-2004 04:35 AM
Sorry to ask another GAIM question dubya Linux - Software 2 03-06-2004 09:24 PM
Can't install libgtkspell SolarBear Linux - Software 1 11-24-2003 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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