On 13/07/09 09:23, Sapfeer wrote: > > 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?..
Did you compile Vim yourself? Was there a configure run (as part of the "make" run or as a separate "make config")? Was there anything about gtk in the configure log? And, yes, which version of GTK did you install? When compiling (and even running) Vim, GTK1 (gtk 1.x) and GTK2 (gtk 2.x) are very different. Since GTK1 isn't supported anymore, I recommend compiling with GTK2 (and, if you want Gnome2 too, you need an additional --enable-gnome-check configure switch). See my Unix/Linux HowTo http://users.skynet.be/antoine.mechelynck/vim/compunix.htm -- the top paragraph may be slightly different on Solaris but I believe most of the page applies without much changes. In particular, I think the script which I use to set my configure arguments can be reused with almost no changes (other than the "compiled by" line, of course) on practically any Unix-like system. Best regards, Tony. -- If the aborigine drafted an IQ test, all of Western civilization would presumably flunk it. -- Stanley Garn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
