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

[cobalt-users] RaQ550-All-Security-0.0.1-16358.pkg and vi



Searched through the archives but I could see no reference to this.

We found a number of customers could not use vi after Cobalt pkg RaQ550-All-Security-0.0.1-16358.pkg was applied. The vim update installs a vim binary that depends on a library that is not there:

[root /tmp]# vim test
vim: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory

[root /tmp]# ldd /usr/bin/vim
        libncurses.so.4 => /usr/lib/libncurses.so.4 (0x4001b000)
        libdl.so.2 => /lib/libdl.so.2 (0x4005b000)
        libdb.so.3 => not found
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x4005f000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40066000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40094000)
        libm.so.6 => /lib/libm.so.6 (0x400aa000)
        libc.so.6 => /lib/libc.so.6 (0x400cc000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

[root /tmp]# alias
alias l.='ls .[a-zA-Z]* --color=tty'
alias ll='ls -l --color=tty'
alias ls='ls --color=tty'
alias vi='vim'
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'

We have reverted the servers back to using earlier version of vi:

[root /tmp]# unalias vi

If this has been mentioned before then just hit your favourite delete key.

	Dan