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. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- 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
