LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Question about SSL (https://www.linuxquestions.org/questions/slackware-14/question-about-ssl-394666/)

Thanotos 12-19-2005 06:16 PM

Question about SSL
 
I just recently re-installed Slack 10.2 and am having difficulties with SSL.

When I try to run GAIM I get a message stating:
Quote:

SSL support is needed for MSN. Please install a supported SSL library.
Problem is that I dont know where or how to do so. I also suspect that the SSL is the problem behind me not being able to get email through ThunderBird.

If someone knows how and where to get a SSL library I would appreciate the help.

MQMan 12-19-2005 06:42 PM

You can find openssl in the "N" series of packages.

Lack of SSL will only hinder Thunderbird if you have the "Use SSL" option selected.

Cheers,
Eddie

kaon 12-19-2005 07:15 PM

One more thing to remind you,
you have to manually add the library of firefox to ldd, so that gaim can connect to MSN server with SSL.

Cheers.

Thanotos 12-20-2005 12:58 PM

Not to sound to stupid :confused:, but I am rather new to the world of Linux and am a wee bit confused on how to
Quote:

manually add the library of firefox to ldd
. :Pengy:

Whether it is that I dont remeber how to access the "n" series, I am not able to get pkgtool to go into my slack disc to open "n" series to install openssl.

(That and I am confident in thinking that I installed openssl - however since I can't use it I guess I didnt)

I appreciate the assistance though :)

Thanotos 12-20-2005 09:33 PM

not to be pushy -- but does any one know of a resolution?

kaon 12-20-2005 11:24 PM

Hi Thanotos,

You can go to slackware.com to download OpenSSL packages. Login as root and use installpkg command to install it. :)

To enable MSN support in gaim,
please add the following line to /etc/ld.so.conf:

/usr/lib/firefox (if you are using firefox for browser)
/usr/lib/mozilla (if you are using mozilla suite)

Hope it helps.

Thanotos 12-21-2005 07:32 PM

I am still having a few issues. I was going through KPackage and was looking under the openssl-solibs-0.9.7g-i486-1 and saw that the file /etc/ssl/openssl.cnf.new is marked with a red "X" and when I click to get more info the error:
Quote:

Unable to run the command specified. The file or folder file:///etc/ssl/openssl.cnf.new does not exist
I then checked the openssl-0.9.7g-i486-1 and again saw the very same errors.

Is this anything to be concerned or take notice of?

trying to do some reading on the issue I found this command:
Code:

openssl req -config /etc/ssl/openssl.cnf -new -key www.mydomain.com.key -out www.mydomain.com.csr
Should I perform some, part, or none of this code?


All times are GMT -5. The time now is 12:20 AM.