2009/7/13 Sapfeer <[email protected]>: > > Hi > > I've installed gtk+, ncurses, then install vim on my Solaris 10 x86, > but when I try to run it, I get the following error: > > ld.so.1: vim: fatal: libgtk-1.2.so.0: open failed: No such file or directory > Killed > > How can I fix this issues?..
This looks like you've either: * Not told ldconfig the path to your GTK libraries, or more likely: * You're missing a symlink (libgtk-1.2.so.0) pointing to the actual GTK shared object. You can use ldd to find out what is missing from gvim. The output of that would be appreciated. -- Thomas Adam --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
