On Wed, 13 Mar 2002, Ken Weingold wrote: > On Wed, Mar 13, 2002, David Champion wrote: > > Run "ldd mutt". This will tell you what shared dependencies the binary > > has (including whether it used the shared or static libs from your > > ncurses build). > > Oh, cool. So the following means that mutt doesn't need any of the > ncurses libraries at all after the binary is built? > > ./mutt: > -lintl.1 => /usr/local/lib/libintl.so.1 > -liconv.2 => /usr/local/lib/libiconv.so.2 > -lc.12 => /usr/lib/libc.so.12
You have to do something about the terminfo database, if there is no /usr/local/share/terminfo (ncurses normally doesn't default to looking at /usr/share/misc/terminfo, for instance unless you have set $TERMINFO or $TERMINFO_DIRS). -- T.E.Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net