LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   amsn (https://www.linuxquestions.org/questions/linux-software-2/amsn-166934/)

tomank 04-06-2004 01:26 PM

amsn
 
i want to use amsn to log into msn, i am at uni and cant get the tls module downloader to work, i went the to tls site and have the tar.gz tls file,

when i upack it i have 2 tls files and a file that is called libtls1.50.so what do i do to install this?

:newbie:

Komakino 04-06-2004 01:34 PM

~/.amsn/plugins/tls1.4/libtls1.4.so

Komakino 04-06-2004 01:34 PM

or in your case perhaps change 1.4 to 1.5 in the path, or symlink libtls1.5.so to libtls.1.4.so in the tls1.4 directory.

tomank 04-06-2004 01:38 PM

do i just create that dir and stick it in, or do i have to do more... sorry i am a real newbie - i cant just about install rpms!

tomank 04-06-2004 01:47 PM

i also cant type - oops! i CAN install rpms is what it was supposed to say

Komakino 04-06-2004 02:43 PM

I'm not sure. If it isn't there then it won't hurt to create it.

tomank 04-06-2004 02:49 PM

i have put the plugin into /opt/tls and into /usr/share/amsn/plugins/tls - i have told amsn to look for it in /usr/share/amsn/plugins/tls

it still brings up the tls module not found - i can't download it cos i am on a uni network with only one port - 3128 and it trys to connect to the downloader using port 80

any ideas

Komakino 04-06-2004 03:06 PM

It could be that it's looking for version 1.4...create a symlink from 1.5 to 1.4 in the /usr/share/amsn/plugins/tls directory using the command:
Code:

ln -s /usr/share/amsn/plugins/tls/tls1.5.so /usr/share/amsn/plugins/tls/tls1.4.so
and see if that helps.


All times are GMT -5. The time now is 01:47 PM.