On Mon, 15 Mar 2010 21:58:28 +0800, bill lam wrote: > lun, 15 Mar 2010, chika tambun skribis: >> vim: symbol lookup error: /usr/lib/libtcl8.4.so.0: undefined symbol: >> Tcl_FSConvertToPathType >> >> i've try the following: >> # dpkg-reconfigure vim >> # apt-get remove vim >> # apt-get install vim tcl >> >> i haven't find the another solution > > Apparently you install vim from your (ubuntu | debian) distro > repository. Please report to their bug trackers if you suspect there is > a bug. That being said, you may try > sudo rm -rf /usr/lib/libtcl8.4.so* > and then install tcl again.
Umm.. not good advice. The package manager won't fix tcl unless it is explicitly told to reinstall tcl, and if you don't do that then things will just be more broken than they were before. If you've followed his advice, to recover your system to some semblance of sanity, please run apt-get install --reinstall tcl8.4 If the bug doesn't go away after that (and I suspect it will still be there), then you need to file a bug against vim in either Debian or Ubuntu's bug tracker (depending which distro you're using.) -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
