HI all!
This my last opportunity because i have tryed to resolve myself this problem but at this moment i'm lost.
I have installed Slackware 11.0 with official packages only.
A day, without any change on my system i had problems with amsn
I tryed to resolve it upgrading amsn to amsn 0.96RC! but was unsuccessfully
I tryied :
Upgrade and downgrade amsn version from source, TGZ and bitrick installer
remove .amsn directory
remove all *amsn* entries on my system
reinstall tcl and TK from package and compiling it
Upgrade my kernel from 2.6.18.1 to 2.6.18.2
launch amsn as root (i know the problems.. but was for testing purpose

)
execute manually this script step by step
#!/bin/bash
cd /opt
# PREPARE
wget http://dl.sourceforge.net/sourceforge/tcl/tk8.5a4-src.tar.gz
wget http://dl.sourceforge.net/sourceforge/tcl/tcl8.5a4-src.tar.gz
tar xvf tk8.5a4-src.tar.gz
tar xvf tcl8.5a4-src.tar.gz
rm tk8.5a4-src.tar.gz
rm tcl8.5a4-src.tar.gz
# TCL COMPILATION
cd /opt/tcl8.5a4/unix
sed -i.bak "s/relid'/relid/" configure
./configure --prefix=/usr --enable-threads --disable-64bit
make
make install
mv /usr/bin/tclsh8.5 /usr/bin/tclsh
mkdir -p /usr/include/tcl
cd /opt/tcl8.5a4/generic
cp -v *.h /usr/include/tcl
# TK COMPILATION
cd /opt/tk8.5a4/unix
./configure --prefix=/usr --enable-xft
sed -i.bak 's|tclUnixPort\.h|\.\./unix/tclUnixPort\.h|'
/opt/tcl8.5a4/generic/tclPort.h
make TCL_GENERIC_DIR=/opt/tcl/8.5a4/generic TCLDIR=/opt/tcl8.5a4
/TOOL_DIR=/opt/tcl8.5a4/tools
8.5a4
make TCL_GENERIC_DIR=/opt/tcl8.5a4/generic TCLDIR=/opt/tcl8.5a4
TOOL_DIR=/opt/tcl$pkgver/tools install
ln -s /usr/bin/wish8.5 /usr/bin/wish
And finally i installed amsn on a new slackware installation under vmware.
All things was unsuccesfully and i think that or is a bug or i have any incompatibilty on my system.
My sof version there are :
mod_ssl-2.8.28_1.3.37-i486-1 (477 kB) [Status: INSTALLED]
openssl-0.9.8d-i486-1 (3398 kB) [Status: INSTALLED]
openssl-solibs-0.9.8d-i486-1 (832 kB) [Status: INSTALLED]
tcl-8.4.13-i486-2 (2168 kB) [Status: INSTALLED]
tclx-8.3.5-i486-2 (617 kB) [Status: INSTALLED]
tix-8.1.4-i486-2 (986 kB) [Status: INSTALLED]
tk-8.4.13-i486-1 (1952 kB) [Status: INSTALLED]
tls1.5 (not appers on my package log
gdb) bt full
#0 0xb78e99b3 in sk_pop_free () from /usr/lib/libcrypto.so.0
No symbol table info available.
#1 0x0000015a in ?? ()
No symbol table info available.
#2 0xb7973920 in ?? () from /usr/lib/libcrypto.so.0
No symbol table info available.
#3 0x086f9478 in ?? ()
No symbol table info available.
#4 0xb79bf858 in ?? () from /usr/lib/libssl.so.0
No symbol table info available.
#5 0x086f6208 in ?? ()
No symbol table info available.
#6 0x0870cfc0 in ?? ()
No symbol table info available.
#7 0xbf94c308 in ?? ()
No symbol table info available.
#8 0xb79ae1e4 in SSL_CTX_free () from /usr/lib/libssl.so.0
No symbol table info available.
#9 0xb79c5497 in get_dh512 () from /usr/lib/libtls1.50.so
No symbol table info available.
I have this error collected by GDB
Please, any idea? if not i'm thinking to use msn messenger via Wine :?