[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Fixing vim on a RaQ550
- Subject: [cobalt-users] Fixing vim on a RaQ550
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed May 28 22:56:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
This is how I fixed vim on a RaQ550 after the glibc update.
#remove vim
rpm -e vim-enhanced-6.1-18.6x.3.C1
rpm -e vim-minimal-6.1-18.6x.3.C1
rpm -e vim-common-6.1-18.6x.3.C1
#get the sources
wget ftp://ftp2.us.vim.org/pub/vim/unix/vim-6.1-rt1.tar.gz
wget ftp://ftp2.us.vim.org/pub/vim/unix/vim-6.1-rt2.tar.gz
wget ftp://ftp2.us.vim.org/pub/vim/unix/vim-6.1-src2.tar.gz
wget ftp://ftp2.us.vim.org/pub/vim/unix/vim-6.1-src1.tar.gz
#untar the sources
tar -zxvf vim-6.1-rt1.tar.gz
tar -zxvf vim-6.1-rt2.tar.gz
tar -zxvf vim-6.1-src1.tar.gz
tar -zxvf vim-6.2-src1.tar.gz
tar -zxvf vim-6.1-src2.tar.gz
#remove the source gzipped files
rm *.gz
#get into the source directory
cd vim61
# configure vim
./configure
# make it
make
# install it.
make install
# Walla vi works again!
Gerald
--
http://frontstreetnetworks.com | http://store.raqware.com
Front Street Networks LLC, 229 Front Street, Ste.#C
New Haven, CT 06513-3203 | phone: +1-203-785-0699