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

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to