[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Fixing vim on a RaQ550
- Subject: Re: [cobalt-users] Fixing vim on a RaQ550
- From: Anders <andersb@xxxxxxxxxxx>
- Date: Fri May 30 01:00:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Gerald Waugh wrote:
> This is how I fixed vim on a RaQ550 after the glibc update.
The static "/bin/vi" build worked all the time.
"/usr/bin/vim" was linking to the wrong library.
Short "official Sun" fix for this: (from the forum)
ln -s /usr/lib/libdb-3.2.so /usr/lib/libdb.so.3
Rebuilding the SRPMS (not just the sources) works too,
and would also include the proper settings and patches...
--anders