On Tue, Sep 17, 2002 at 03:08:04PM -0400, Bright, Frank wrote:
> Hi,
> 
> We are trying to install mutt on AIX.  This is version 1.4 of mutt and AIX
> 4.3.3.  The zip is untarred but the program will not execute saying 
> 
> Error opening terminal: wy50.

perhaps it was compiled with the location of the terminfo directory set
to a nonstandard location (or uses libraries that aren't compatible with
AIX's terminfo).  There are a few possibilities.  Running 'strings' on
the binary should show "terminfo" and/or "termcap".  If it shows only
the former, it is compiled against curses or ncurses; setting TERMINFO
to something like /usr/lib/terminfo may fix it.  If the latter ("termcap"),
it won't work with AIX's terminfo, but requires a termcap file.
 
> Has anyone experienced this problem and how to solve it?
> 
> Thanks in advance!
> 
> ----------------------------------------------------------------
> Frank M. Bright, Jr.
> Administrative Computing                      [EMAIL PROTECTED]
> University of the Arts (A15)                  www.uarts.edu
> 320 S. Broad St.                                      215-717-6081(w)
> Philadelphia, PA   19102                      215-717-6087(f)
> Colleague 16.461              AIX 4.3.3         Unidata 5.139

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

Reply via email to