[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: "Tolentino, Elmer" <etolentino@xxxxxxxxx>
- Date: Fri May 30 22:35:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> -----Original Message-----
> From: Anders [mailto:andersb@xxxxxxxxxxx]
> Sent: Friday, May 30, 2003 12:59 AM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: 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
>
Another "official Sun" VIM fix:
cp -p /etc/ld.so.conf /etc/ld.so.conf.old
echo "/usr/i386-glibc21-linux/lib" >> /etc/ld.so.conf
/sbin/ldconfig
> Rebuilding the SRPMS (not just the sources) works too,
> and would also include the proper settings and patches...
>
> --anders
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>