I recently installed the ncurses package off of sunfreeware.com for Sol8
x86, but now vi won't work. Tried installing vim off sunfreeware, core
dumps when I try to run it. So now I am back to wanting to fix vi...
I've been thinking along the lines of all the new packages haveQuote:> $ vi
> ld.so.1: vi: fatal: relocation error: file vi: symbol resetterm: referenced symbol not found
> Killed
installed into /usr/local/lib and so on instead of /usr/lib might have
something to do with it, but copying the libraries over to where my
/usr/lib and /usr/include directories are identical to my /usr/local/lib
and /usr/local/include directories has not seemed to work. Scoured the
net, this doesn't seem to be a popular problem...
I'm figuring it is ncurses and curses since the resetterm symbol should
be in those libraries, but I may be looking at the wrong thing...
Any help, much appreciated.