Whenever I try to open any text file using vi or vim, I get the following error,
vim: error while loading shared libraries: libtcl8.5.so.0: cannot open shared object file: No such file or directory
I compiled and installed tcl 8.6 from source to take care of this dependency but it still doesnt work. What could be the issue?