Install Amsn from sources
If you are encountering difficulties to connect to Amsn after internet protocol connection change, you must install the version 0.97.2 to avoid this error. This version is available only on sources.
Delete the current version
aptitude remove --purge amsn
Downloading sources :
https://launchpad.net/ubuntu/+source/amsn/0.97.2~debian-0ubuntu3
Unzip
Unzip in the root under /
usr/local if the file downloade is
/home/votre_login/Desktop
cd /usr/local
tar xvzf /home/aruju/Desktop/amsn_0.97.2~debian.orig
Install the dependecies
aptitude install tcl8.4-dev tk8.4-dev libjpeg62-dev libpng-dev
Install amsn
cd amsn_0.97.2~debian
./configure
make
make install
Notice
Debian installation does not include the gcc package. To install it, type:
aptitude install gcc