Thanks, tried it - same result.
cd /lib ln -s libncurses.so.4.1 libncurses.so.3
or, recompile the application so that it is linked against libncurses.so.4.1
got libncurses 4.1 source - ./config ; make ; make install then # cd /lib # ln -s libncurses.so.4.1 libncurses.so.3 # ls -l lib*cur* lrwxrwxrwx 1 root root 17 Aug 18 10:30 libncurses.so.3 -> libncurses.so.4.1 lrwxrwxrwx 1 root root 24 Aug 1 00:53 libncurses.so.3.0 -> libncurses.so.3.0.980228 -rwxr-xr-x 1 root root 733848 Mar 11 04:24 libncurses.so.3.0.980228 -rw-r--r-- 1 root root 273787 Aug 18 01:25 libncurses.so.4.1 #cd /cdrom # find . -name 'fastt*' -print ./col/install/RPMS/fasttrack-export-2.0.1-14.i386.rpm # cd col/install/RPMS # rpm -i fastt*.rpm failed dependencies: libncurses.so.3.2 is needed by fasttrack-export-2.0.1-14 I think I need to find the goddammn source of libncurses 3.2 and install it but so far I was unable to locate that animal. Also, I remember there was some kind of command to symbolically link all library version to their correct versions, but I forgot. Samartha - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e