Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-03-2004, 11:20 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2004
Location: Canada
Distribution: SLACKWARE LINUX - Since 1993
Posts: 15
Rep:
|
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
|
|
|
|
04-10-2004, 06:58 PM
|
#2
|
|
Member
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 116
Rep:
|
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 ;-)
|
|
|
|
04-10-2004, 07:12 PM
|
#3
|
|
Member
Registered: Sep 2003
Posts: 173
Rep:
|
My fix was to run kopete (part of KDE) 
|
|
|
|
04-10-2004, 07:17 PM
|
#4
|
|
Member
Registered: Sep 2003
Posts: 173
Rep:
|
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.
|
|
|
|
05-12-2004, 06:01 PM
|
#5
|
|
LQ Newbie
Registered: Apr 2004
Distribution: Debian Testing/Unstable
Posts: 12
Rep:
|
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
|
|
|
|
05-19-2004, 02:14 PM
|
#6
|
|
LQ Newbie
Registered: May 2004
Posts: 7
Rep:
|
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?
|
|
|
|
05-19-2004, 03:19 PM
|
#7
|
|
Member
Registered: May 2004
Location: Mechanicsburg, PA
Distribution: Mainly Slackware, but test run various different distros.
Posts: 77
Rep:
|
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.
|
|
|
|
05-19-2004, 09:01 PM
|
#8
|
|
Member
Registered: Nov 2003
Location: Georgia
Distribution: Slackware 10.2
Posts: 75
Rep:
|
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.
|
|
|
|
05-20-2004, 09:47 AM
|
#9
|
|
LQ Newbie
Registered: May 2004
Posts: 7
Rep:
|
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..
|
|
|
|
05-20-2004, 12:51 PM
|
#10
|
|
Member
Registered: Nov 2003
Location: Georgia
Distribution: Slackware 10.2
Posts: 75
Rep:
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:14 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|