On Nov 29, 2008, at 7:55 PM, sergio charpinel wrote:

Hi,
I've installed vim on my Solaris, and i got this error:
# vim
ld.so.1: vim: fatal: libXext.so.0: open failed: No such file or directory
Killed

I've installed gtk+1.2.10, glib and ncurses
How can I get this lib?

Thx

hi Sergio,

probably you already have the libXext.so.0 library on your solaris machine. please check in: /usr/lib/libXext.so.0 - the latter is a symlink and the real library lives in /usr/openwin/lib/. please also check the dynamic dependencies of the vim binary (ldd vim) and see where the binary expects to find the library.

greetings,

Stoyan
_______________________________________________
Solaris-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to