LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-03-2004, 11:20 AM   #1
Mainframe
LQ Newbie
 
Registered: Mar 2004
Location: Canada
Distribution: SLACKWARE LINUX - Since 1993
Posts: 15

Rep: Reputation: 0
Simple GAIM "ssl support needed" fix


Guys, this is my first post to the linux questions forms but I've been a Slackware user for about 4 yeras now.

Im gonna start my posts off with a simple fix for GAIM.

I searched the boards here for a fix to the "SSL support required" error when you run GAIM, but after not having much luck I did find a simple fix and for all I know it could already be posted here, but i'll post it again anyway so people can
find it easier

To get GAIM working with Slackware Linux 9.0 or 9.1 you need to edit the following file and add one line.

kpomeroy@Athlon:~$ less /etc/ld.so.conf

/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib

changes to

/usr/lib/mozilla-1.4 <--------------
/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib

save the file, and fire up GAIM, no need to download anything, including the latest and greatest mozilla packages or any third party packages.

Regards
 
Old 04-10-2004, 06:58 PM   #2
Marsanghas
Member
 
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 119

Rep: Reputation: 15
Thanx ! It would've taken me for ages to find this.

I just recently installed 9.1 and updated everything. Today I re-installed (new HD)... basically did the exact same thing (well.. almost, I guess).
First time gaim had no problem. This install.. ssl required.

Checked the backup of ld.so.conf from the first install... and yes.. there it was.. the mozilla line. 2nd install.. it wasn't there.

Added it. Works again :-)

Thanx, and happy gaiming ;-)
 
Old 04-10-2004, 07:12 PM   #3
coffeedrinker
Member
 
Registered: Sep 2003
Posts: 173

Rep: Reputation: 30
My fix was to run kopete (part of KDE)
 
Old 04-10-2004, 07:17 PM   #4
coffeedrinker
Member
 
Registered: Sep 2003
Posts: 173

Rep: Reputation: 30
That is good info, Mainframe. I have installed a different version of Mozilla (a xft enabled build) to /opt/mozilla.

For others that have done this, follow Mainframe's advice but change the directory to:

/opt/mozilla

or to wherever you have installed mozilla.
 
Old 05-12-2004, 06:01 PM   #5
nedwardss
LQ Newbie
 
Registered: Apr 2004
Distribution: Debian Testing/Unstable
Posts: 12

Rep: Reputation: 0
one more step for me

thanks mainframe, this finally solved my ssl problem with msn, however i had to do one more thing to get it working...
i ran ldconfig as root
and then it was able to log on to msn as well.
thanks,
n
 
Old 05-19-2004, 02:14 PM   #6
physics_kat
LQ Newbie
 
Registered: May 2004
Posts: 7

Rep: Reputation: 0
I'm having the same troubles... but I can't figure out how to edit that file. I typed:
less /etc/ld.so.conf
and the screen gave me those four lines:

/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib

but I don't know how to edit the file. Help, please?
 
Old 05-19-2004, 03:19 PM   #7
Systematic
Member
 
Registered: May 2004
Location: Mechanicsburg, PA
Distribution: Mainly Slackware, but test run various different distros.
Posts: 77

Rep: Reputation: 15
Quote:
Originally posted by physics_kat
I'm having the same troubles... but I can't figure out how to edit that file. I typed:
less /etc/ld.so.conf
and the screen gave me those four lines:

/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib

but I don't know how to edit the file. Help, please?

use pico, vi, kedit, emacs or any other type of editor..

Less will only print out the bottom of the file.. it doesnt let you edit..

i suggest using Pico from a terminal session

open a terminal window and SU

Code:
pico /etc/ld.so.conf
enter the text in and press ctrl+X and say Y to save changes and press enter to save it to the specified file name.

and you should be all set.
 
Old 05-19-2004, 09:01 PM   #8
mint567
Member
 
Registered: Nov 2003
Location: Georgia
Distribution: Slackware 10.2
Posts: 75

Rep: Reputation: 15
That is a fix but it is recommended to go the other way with gaim and install gnutls and other packages for SSL. The reason being is that if you update your mozilla to 1.5 gaim and mozilla 1.5 have issues I beleive. But either way as long as you are happy. Who uses mozilla anyways? its ok but Opera is the best in my opinion.
 
Old 05-20-2004, 09:47 AM   #9
physics_kat
LQ Newbie
 
Registered: May 2004
Posts: 7

Rep: Reputation: 0
Okay. So now my file has changed since I last saw it:

/usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/sane
/usr/lib/qt-3.1/lib

....I don't know what this means.


mint567, I'd rather do the best way but I'm so unfamiliar with all this that I'm not even sure how to do what you said. I couldn't find where to download SSL without it being OpenSSL, and Gaim won't recognize OpenSSL. Do you know where I can find these packages? (and maybe installation instructions too?)

otherwise, why did my above file change? should I change it back to what it was in my last post? Thanks for any help, it's really appreciated..
 
Old 05-20-2004, 12:51 PM   #10
mint567
Member
 
Registered: Nov 2003
Location: Georgia
Distribution: Slackware 10.2
Posts: 75

Rep: Reputation: 15
hopefully these two directories are still in your ld.so.conf
/usr/local/lib
/usr/X11R6/lib
if not I would add them.
I am not sure why it changed unless you ran ldconfig as root.

the way to add SSL support without using mozilla. here is a link that tells specifically how to. I am sure the versions of the different libraries are newer now but these still work with gaim .77.
http://www.jeepster.org.uk/bits/gaim-howto.html
here is one for Mozilla
http://www.jeepster.org.uk/bits/gaim-moz.html
Gaim faq
http://gaim.sourceforge.net/faq.php#q60

Just follow one of those links for GAIM and SSL.
I do not beleive that GAIM supports file transfers through msn and also no display pictures. That is why I recommend aMSN for msn. Good Luck hopefully this helps.

Personally for MSN support I use aMSN. It is by far the best in my opinion.
http://amsn.sourceforge.net/
It is great, has file support, display pictures, logging, timestamps, many other features.
 
  


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
FIX: wine error "No Program Start Menu Found" JackSmith Linux - Games 3 07-02-2009 10:38 PM
lost writing ability on usb-stick / not possible with protocol "drives" - how to fix? ungua SUSE / openSUSE 3 11-24-2004 08:11 PM
How to fix the "login" window in the beginning, in mangrake 9.2 ? freaker2k5 Linux - General 0 09-22-2004 05:47 AM
GAIM - "SSL support needed" [Slack] NomDeGuerre Linux - Newbie 10 03-12-2004 01:03 PM
How to fix "hissing sound" problem in Slackware 9.1? linuxlah Linux - General 5 11-28-2003 02:03 AM

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

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