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

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



Oops, there is a line in there that is wrong!!!
Won't hurt anything though, as it won't execute!!

On Thu, 29 May 2003, Gerald Waugh wrote:

 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.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