Hi Karlis,

I think you may have forgotten to set PKG_PATH to new value (with 5.4 in it),
when running "pkg_add -u" after upgrading from OpenBSD 5.3 to OpenBSD 5.4.

This mistake may cause installation of old 5.3 packages into new 5.4 system.
Try to compare versions of linked libraries (ldd mutt etc) with "vanilla"
system.

On my 5.4 box mutt has been linked like this, check against your system:
(libc and libiconv)

/usr/local/bin/mutt:
        Start    End      Type Open Ref GrpRef Name
        1c000000 3c01e000 exe  1    0   0      /usr/local/bin/mutt
        02648000 22658000 rlib 0    1   0      /usr/lib/libncurses.so.12.1
        0427b000 24282000 rlib 0    1   0      /usr/lib/libgssapi.so.6.0
        07079000 27086000 rlib 0    1   0      /usr/lib/libkrb5.so.19.0
        0fa04000 2fa0a000 rlib 0    1   0      /usr/lib/libasn1.so.19.0
        090b5000 290f4000 rlib 0    1   0      /usr/lib/libcrypto.so.22.0
        0fd96000 2fdbe000 rlib 0    1   0      /usr/lib/libwind.so.0.0
        0c4c4000 2c4c8000 rlib 0    1   0      /usr/lib/libroken.so.0.0
        08e87000 28e8b000 rlib 0    1   0      /usr/lib/libcom_err.so.19.0
        03fb0000 23fb4000 rlib 0    1   0      /usr/lib/libheimbase.so.0.0
        0cbe5000 2cbf2000 rlib 0    1   0      /usr/lib/libssl.so.19.0
        0dea6000 2dead000 rlib 0    2   0      /usr/lib/libz.so.4.1
        091e3000 291e8000 rlib 0    1   0      /usr/local/lib/libqdbm.so.14.14
        06734000 26738000 rlib 0    1   0      /usr/local/lib/libintl.so.6.0
        03a13000 23af3000 rlib 0    3   0      /usr/local/lib/libiconv.so.6.0
        01611000 21641000 rlib 0    2   0      /usr/lib/libc.so.69.0
        072bb000 072bb000 rtld 0    1   0      /usr/libexec/ld.so


You may also revert some of the changes you have done sofar :-), while trying
to fix the issue ...

-- 
Sincerely yours,
Denis
=====
The Bible for command line people.
http://www.read-and-think.org/kjv.html
=====

Reply via email to