On 13/07/09 18:42, Danek Duvall wrote: > > On Mon, Jul 13, 2009 at 11:23:31AM +0400, Sapfeer wrote: > >> 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 > > You may only have GTK+ 2.x installed, which comes with GNOME (in > SUNWgnome-base-libs, I think). GTK+ 1.x is in a different package, > SUNWGtk; make sure you have that installed. If so, make sure that your vim > has a RUNPATH with /usr/sfw/lib in it (link with -R/usr/sfw/lib), or it > won't be able to find the library. > > Danek
Or else, compile Vim with GTK2 (with or without GNOME), since GTK1 is not supported anymore by its makers. In any case, make sure you get all the necessary headers -- on Linux this would mean installing "development" packages in addition to the libraries needed for running Vim; I'm not sure about Solaris but part or all of my Unix/Linux HowTo http://users.skynet.be/antoine.mechelynck/vim/compunix.htm probably apply. Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 71. You wonder how people walk --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
