LinuxQuestions.org
Review your favorite Linux distribution.
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-15-2003, 09:50 PM   #16
Speedfreak
LQ Newbie
 
Registered: Sep 2003
Location: Sweden
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0

Ok, im just gonna make a quick post how I got my MSN working again. Might be of some help for someone. Oh BTW, im too lazy to actually compile stuff so I extremely grateful to the people who made these packages..

1: I downloaded latest Gaim http://www.slacky.it/download/source....71-i486-1.tgz
As root, "upgradepkg gaim-0.71-i486-1.tgz".

2: Download http://www.slacky.it/download/librer...8-noarch-1.tgz
As root, "installpkg nss-3.8-noarch-1.tgz"

3: Download http://www.slacky.it/download/librer...3-noarch-1.tgz
As root, "installpkg nspr-4.3-noarch-1.tgz"

Fire up Gaim and all should work well.

Any comments if this is a good or bad way to install would be appriciated.

/N
 
Old 10-15-2003, 10:20 PM   #17
Yatta
LQ Newbie
 
Registered: Oct 2003
Location: Jamaica
Distribution: SuSE 9
Posts: 10

Rep: Reputation: 0
hey thanks for that input....
i started using amsn .. but if that worked for u i'll give it a try

Thanks again..
 
Old 10-16-2003, 02:39 PM   #18
reetep
Member
 
Registered: Oct 2003
Location: UK
Distribution: Debian
Posts: 122

Rep: Reputation: 15
Sorry I'm a bewb. What does "upgradepkg gaim-0.71-i486-1.tgz" mean? Typing it literally doesn't work. What do I do?

Many thanks, reetep.
 
Old 10-16-2003, 02:46 PM   #19
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
upgradepkg is the Slackware command to upgrade a package. You want to download the RPMs from http://prdownloads.sourceforge.net/g...6.rpm?download and use rpm -Uvh gaim-0.71-1rh9.i386.rpm .

cheers

Jamie...

Last edited by jharris; 10-16-2003 at 02:48 PM.
 
Old 10-16-2003, 04:07 PM   #20
reetep
Member
 
Registered: Oct 2003
Location: UK
Distribution: Debian
Posts: 122

Rep: Reputation: 15
that's great - worked for me. Thanks everyone.
 
Old 10-16-2003, 11:01 PM   #21
visjes
LQ Newbie
 
Registered: Jul 2003
Location: Vancouver, Canada
Distribution: Mandrake 10.0
Posts: 6

Rep: Reputation: 0
Yeah GAIM works fine now, with the 0.71 update. Ya guys should know by now that GAIM will do whatever possible to get ya back up and running

aMSN is ok, but I find GAIM to be much quicker.

Mike
 
Old 10-18-2003, 11:04 AM   #22
twinkers
Member
 
Registered: Aug 2003
Distribution: Debian Sid
Posts: 153

Rep: Reputation: 30
Gaim on my box (Slack 9.1) failed because at compile time it found the Mozilla SSL client library and said it was going to use that. But at run time it was unable to fine it. I simply had to edit my /etc/ld.so.conf to include the following line

code:

/usr/lib/mozilla-1.4
then run

code:

ldconfig
Mind you if your Mozilla libraries are in a different place, or if your Gaim didn't link against the Moz libs then you'll need to specify a different location.

I found this out by starting gaim -d then running ldd on the plugin that it said it couldn't load.

HTH

Jamie...


Brilliant! That did it for me. It's a shame I have no clue why it works this way (still figuring out linuyx) but it does the job!

Last edited by twinkers; 10-18-2003 at 11:05 AM.
 
Old 10-18-2003, 11:08 AM   #23
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
When you have a program that uses shared libraries it only looks in specific locations for those libraries. As the Mozilla libraries were not in that list of locations the plugin could not find them, so it coudn't be executed.

cheers

Jamie...
 
Old 10-19-2003, 07:23 PM   #24
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
I fixed one of those problems by compiling libraries statically into gaim -- that made it finally get through make.

However, I still got the "unable to find MSN plugin" error, when the plugin is definitely there, in the same directory as the other plugins.

HOwever, I followed Speedfreak's instructions on my slackware box, and it worked great!

Thanks

-Shade
 
Old 10-22-2003, 03:20 AM   #25
baremacho
LQ Newbie
 
Registered: Oct 2003
Location: Nagano,Japan
Distribution: fedora1/2/3,Laser5
Posts: 13

Rep: Reputation: 1
it works!!!

Quote:
Originally posted by Speedfreak
Ok, im just gonna make a quick post how I got my MSN working again. Might be of some help for someone. Oh BTW, im too lazy to actually compile stuff so I extremely grateful to the people who made these packages..

1: I downloaded latest Gaim http://www.slacky.it/download/source....71-i486-1.tgz
As root, "upgradepkg gaim-0.71-i486-1.tgz".

2: Download http://www.slacky.it/download/librer...8-noarch-1.tgz
As root, "installpkg nss-3.8-noarch-1.tgz"

3: Download http://www.slacky.it/download/librer...3-noarch-1.tgz
As root, "installpkg nspr-4.3-noarch-1.tgz"

Fire up Gaim and all should work well.

Any comments if this is a good or bad way to install would be appriciated.

/N
thanks for the input dude.
 
Old 10-22-2003, 11:02 PM   #26
robbertv
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
Question

I'm really confused by all this. I'm using Mozilla 1.4.1 which seems to be installed in /usr/local/mozilla and not /usr/lib/mozilla-1.4. I edited my /etc/ld.so.conf file to include this directory. I than ran ldconfig and then configure, make and make install but am still not able to get MSN loaded. I'm running on Red Hat 8.0. I've seen several references to installing gaim with SSL support but nothing on how to do that. Am I supposed to add a flag after ./configure? Somewhere else? This has been a really frustrating week because I've done everything that gaim.sourceforge.net has told me to no avail.

Thank you for your help.
 
Old 10-23-2003, 01:00 AM   #27
LSD
Member
 
Registered: Jan 2003
Location: Northam, W.A., Australia
Distribution: Gentoo ~x86
Posts: 321

Rep: Reputation: 31
Quote:
Originally posted by Yatta
i started using amsn .. but if that worked for u i'll give it a try
So aMSN still works as well despite the lockout? That's good news, I guess.

I tried aMSN once and while I liked the way it indicated who had you on their list and who didn't, the fact it only did MSN and looked positively shocking made me run screaming back to Gaim (and until recently, Sim for ICQ until I discovered completely by accident that Gaim has at least partially implemented ICQ v8 server side contact lists).
 
Old 10-24-2003, 12:13 AM   #28
johnnybezak
Member
 
Registered: Oct 2003
Location: Bendigo, Australia
Distribution: Have used Yellow Dog, thinking Mandrake for X86 System
Posts: 46

Rep: Reputation: 15
mine recompiled with the gnutls enabled, but i still couldnt get gaim to run msn
 
Old 10-25-2003, 02:20 PM   #29
AskMe
Member
 
Registered: Jul 2003
Posts: 123

Rep: Reputation: 15
I am using Red Hat Linux 9 and try to Install/Upgrade Gaim 0.71 and got the following error.
I donloaded the RPM pakage from http://prdownloads.sourceforge.net/...86.rpm?download
What do do Please help!!!


rpm -Uvh gaim-0.71-1rh9.i386.rpm
warning: gaim-0.71-1rh9.i386.rpm: V3 DSA signature: NOKEY, key ID 883c1c14
error: Failed dependencies:
libgtkspell.so.0 is needed by gaim-0.71-1rh9
libtk8.3.so is needed by gaim-0.71-1rh9
 
Old 10-25-2003, 03:07 PM   #30
reetep
Member
 
Registered: Oct 2003
Location: UK
Distribution: Debian
Posts: 122

Rep: Reputation: 15
I had the same problem. Add the dependencies first and then try again.

Goto www.rpmfind.net (or similar) and search for libgtkspell.so.0, identify the file you need, download it, install.

Repeat for libtk8.3.so

Then try again with gaim.
 
  


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
MSN in Gaim Seiken Slackware 5 04-11-2005 07:43 PM
Gaim/msn Boffy Linux - Software 4 02-16-2005 11:07 AM
Gaim - MSN ?!? Morpheusx00x Linux - Newbie 5 08-06-2004 02:52 PM
How do I use msn on GAIM truedlp Linux - Newbie 10 11-26-2003 01:29 AM
Gaim/MSN protocols and problems upgrading Gaim and Kopete. sergeantroach Linux - Software 5 11-01-2003 08:27 PM

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

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