[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Fixing vim on a RaQ550



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