home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / elm / 1950 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.1 KB  |  52 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!wupost!sdd.hp.com!zaphod.mps.ohio-state.edu!think.com!paperboy.osf.org!tom
  3. From: tom@osf.org (Tom Jordahl)
  4. Subject: Re: Elm doesn't recognize TERMCAP ?
  5. Message-ID: <1992Jul21.180334.6949@osf.org>
  6. Sender: news@osf.org (USENET News System)
  7. Organization: Open Software Foundation, Cambridge MA
  8. References: <1585@spam.ua.oz>
  9. Date: Tue, 21 Jul 1992 18:03:34 GMT
  10. Lines: 40
  11.  
  12. In article <1585@spam.ua.oz> dcook@spam.ua.oz (David Cook) writes:
  13. >
  14. > I am having a problem with Elm (I think the version is 2.3PL11)
  15. >on a Decstation, running OSF/1 1.0. 
  16. [deleted]
  17. >On another machine (the one running OSF), adm3a isn't in 
  18. >/etc/termcap, so I took the part of the first machine's termcap
  19. >describing adm3a, and put it in a file in my home directory,
  20. >and set the environment variable TERMCAP to point to that file.
  21. >This works for some programs (eg nethack), but elm gives the 
  22. >following :
  23. >
  24. >You need a cursor-addressable terminal to run "elm" and I can't find any
  25. >kind of termcap entry for "adm3a" - check your "TERM" setting...
  26. >
  27. >Shouldn't elm obey the TERMCAP variable ( TERM is set to 'adm3a', btw) ?
  28. >Is this fixable in configuration, or will it have to wait to 2.4/3.0 ?
  29.  
  30. As several people have pointed out, your elm was probably compiled
  31. with -lcurses (which is correct for OSF/1).  Elm is using terminfo.
  32.  
  33. You need a terminfo entry for this terminal.  Your OSF/1 system should
  34. have one, since OSF ships one in /usr/share/lib/terminfo/lsi.ti.
  35.  
  36. Check to make sure the directory, /usr/share/lib/terminfo has single
  37. letter (and digit) subdirectories.  The 'a' directory should have
  38. lots of adm* terminals in it.
  39.  
  40. If not, get you system admin (or become root) to execute the
  41. /postboot script to build the terminfo data base.
  42.  
  43. If you can't get this to happen, read the tic(1) man page and
  44. set your TERMINFO variable to a directory you can write in, 
  45. run the following : 'tic /usr/share/lib/terminfo/lsi.ta'.
  46.  
  47. Good luck.
  48. -- 
  49. Tom Jordahl                                       Internet: tom@osf.org
  50. Open Software Foundation                          UUCP:   ..!uunet!osf!tom
  51.      "Go that way, *really* fast. If something gets in your way, turn."
  52.