(On AIX) Running into a problem with terminals not being recognized with tcsh but working with bash. ldd is reporting the following:

ldd /openpkg/bin/tcsh
/openpkg/bin/tcsh needs:
         /usr/lib/libc.a(shr.o)
         /usr/lib/libtermcap.a(shr.o)
         /unix
         /usr/lib/libcrypt.a(shr.o)

/openpkg/bin/bash needs:
         /usr/lib/libc.a(shr.o)
         /usr/lib/libcurses.a(shr42.o)
         /usr/lib/libdl.a(shr.o)
         /unix
         /usr/lib/libcrypt.a(shr.o)

Switching to tcsh returns this:

# tcsh
tcsh: No entry for terminal type "xterm"
tcsh: using dumb terminal settings.

One thing I noticed during the build of tcsh was a warning during configure that may point to what's going on:

+ cd /openpkg/RPM/TMP
+ cd tcsh-6.14.00
+ /openpkg/lib/openpkg/shtool subst -e 's;termlib curses termcap;termcap termlib curses ncurses;' configure shtool:subst:Warning: substitution resulted in no content change on file "configure"
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to